AutoRefresh Property
Specifies whether access token should be automatically refreshed.
Syntax
property AutoRefresh: Boolean read get_AutoRefresh write set_AutoRefresh;
Default Value
true
Remarks
Set this property to true to let the component automatically refresh AccessToken. If available, RefreshToken is used to renew access token. Otherwise the authorization process is initiated from the beginning, with user authentication and so on.