OAuth
in package
Oauth Class Doc Comment
Tags
Table of Contents
- $DEMO_OAUTH_BASE_PATH : mixed
- $PRODUCTION_OAUTH_BASE_PATH : mixed
- $STAGE_OAUTH_BASE_PATH : mixed
- $basePath : string
- Base path for api
- $oAuthBasePath : string
- Base path for OAuth
- __construct() : mixed
- Constructor
- getBasePath() : string
- Returns the Rest API Base path
- getOAuthBasePath() : string
- Gets the OAuth base Path
- setBasePath() : OAuth
- Sets the Rest API base Path
- setOAuthBasePath() : OAuth
- Sets oAuth base Path
Properties
$DEMO_OAUTH_BASE_PATH
public
static mixed
$DEMO_OAUTH_BASE_PATH
= "account-d.docusign.com"
$PRODUCTION_OAUTH_BASE_PATH
public
static mixed
$PRODUCTION_OAUTH_BASE_PATH
= "account.docusign.com"
$STAGE_OAUTH_BASE_PATH
public
static mixed
$STAGE_OAUTH_BASE_PATH
= "account-s.docusign.com"
$basePath
Base path for api
protected
string
$basePath
= ''
$oAuthBasePath
Base path for OAuth
protected
string
$oAuthBasePath
= null
Methods
__construct()
Constructor
public
__construct() : mixed
Return values
mixed —getBasePath()
Returns the Rest API Base path
public
getBasePath() : string
Return values
string —getOAuthBasePath()
Gets the OAuth base Path
public
getOAuthBasePath() : string
Return values
string —setBasePath()
Sets the Rest API base Path
public
setBasePath([string $basePath = null ]) : OAuth
Parameters
- $basePath : string = null
-
base path for oAuth
Return values
OAuth —setOAuthBasePath()
Sets oAuth base Path
public
setOAuthBasePath([string $oAuthBasePath = null ]) : OAuth
Parameters
- $oAuthBasePath : string = null
-
base path for oAuth