Global Methods to get Access Token using OAuth 2.0
For any custom implementation around DocuSign Authentication or implemented DocuSign API, your developers will require an access token. As part of OAuth 2.0, we have introduced the global methods to acquire the access token.
Response:
All above global methods would return Apttus_DocuApi.DocusignAuthenticationService.AuthenticationResponse object. Properties of the object are:
- statusCode: 200 for success and 401 for any errors.
- errorMessage: in case of a failure, you will receive an error message.
- accessToken: in case of success, it will return the access token.