Developers

GetAccessToken

getAccessToken

Usage

Use this method to check the current access token:

client.getAccessToken();

Response

The response will be an string with the access token value.

Example
var accessToken = client.getAccessToken();