Skip to main content

TdxOAuth2AuthorizationAgent.AccessTokenType Property

Returns the account access token’s type name.

Declaration

property AccessTokenType: string read;

Property Value

Type
string

Remarks

An authorization server returns the token type name in addition to the provided access and refresh tokens. OAuth 2.0 authorization servers (such as Microsoft Azure AD and Google Authorization Server) always return ‘Bearer’ as a token type name.

The AccessTokenType property returns an empty string if the authorization agent component is not authorized in an online account.

See Also