Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxOAuth2AuthorizationAgent.AccessTokenType Property

Returns the account access token’s type name.

#Declaration

Delphi
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