TdxOAuth2AuthorizationAgent.ValidateAccessToken Method
Validates the account access token.
Declaration
procedure ValidateAccessToken;
Remarks
Call this procedure to ensure that the authorization agent has a valid access token. The ValidateAccessToken procedure checks if the access token is valid and calls the RefreshAccessToken function if the token has expired.
See Also