Discuss this help topic in SecureBlackbox Forum
Returns the access token.
Declaration
Description
Use this read-only property to get the access token. An access token is a credential that allows to access protected resources; it is usually a string that is opaque to the client. Use Start method to generate a new access token request. When current token expires, and a refresh token is available, call Refresh method to generate the access token refresh request.