ListProvidersOptions
in package
ListProvidersOptions Class Doc Comment
Tags
Table of Contents
- $redirect_url : string|null
- $redirect_url The URL the user is redirected to after the cloud storage provider authenticates the user. Using this will append the redirectUrl to the authenticationUrl. The redirectUrl is restricted to URLs in the docusign.com or docusign.net domains.
- getRedirectUrl() : string|null
- Gets redirect_url
- setRedirectUrl() : self
- Sets redirect_url
Properties
$redirect_url
$redirect_url The URL the user is redirected to after the cloud storage provider authenticates the user. Using this will append the redirectUrl to the authenticationUrl. The redirectUrl is restricted to URLs in the docusign.com or docusign.net domains.
protected
string|null
$redirect_url
= null
Methods
getRedirectUrl()
Gets redirect_url
public
getRedirectUrl() : string|null
Return values
string|null —setRedirectUrl()
Sets redirect_url
public
setRedirectUrl(string|null $redirect_url) : self
Parameters
- $redirect_url : string|null
-
The URL the user is redirected to after the cloud storage provider authenticates the user. Using this will append the redirectUrl to the authenticationUrl. The redirectUrl is restricted to URLs in the docusign.com or docusign.net domains.