Documentation

GetProviderOptions
in package

GetProviderOptions Class Doc Comment

Tags
category

Class

author

Swagger Codegen team apihelp@docusign.com

license

The DocuSign PHP Client SDK is licensed under the MIT License.

link
https://github.com/swagger-api/swagger-codegen

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.

Return values
self

Search results