getAccessToken
Returns the access token
Returns:
the access token, if available, null otherwise
getAccessTokenExpiry
getAccessTokenExpiry()
:
Number
Returns the access token expiration
Returns:
the access token expiration
getErrorStatus
Returns the error status.
In cases of errors - more detailed error information
can be seen in the error log files (specifity of error details vary by OAuth provider).
Returns:
the error status, if available, null otherwise
getExtraTokens
Returns a map of additional tokens found in the response.
Returns:
Additional tokens provided by the token end-point. May be null or empty.
getIDToken
Returns the ID token, if available
Returns:
the ID token, if available, null otherwise
getOauthProviderId
Returns the OAuth provider id
Returns:
the OAuth provider id
getRefreshToken
Returns the refresh token
Returns:
the refresh token, if available, null otherwise