property RefreshToken: string;

 

Description

Gets or sets a RefreshToken resulting from a successful OAuth2 authorization. Used to update the AccessToken by calling the RequestNewAccessToken method. Some services require updating of the AccessToken before each use.

To obtain the AccessToken by using the RefreshToken, you need to define values for the following properties: ClientId, ClientSecret, RefreshToken, and TokenRequestUrl. After that, you can call out the RequestNewAccessToken method. The execution result will be saved in AccessToken.

 

 

 

 

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support