OAuth2Tokens.accessToken()
Returns the access_token field value. Throws an Error if the field is missing or the value isn't a string.
Definition
function accessToken(): string;
Returns the access_token field value. Throws an Error if the field is missing or the value isn't a string.
function accessToken(): string;