TTMSFNCSimpleCloudOAuth.TestTokens Method
Tests whether the current access tokens are accepted by the provider.
API unit family: TMSFNCCloudOAuth
Declaring type: TTMSFNCSimpleCloudOAuth
Inherited from: TTMSFNCCustomCloudOAuth
Overloads
Overload 1
Tests whether the current access tokens are accepted by the provider.
procedure TestTokens(const ATestTokensRequestResultEvent: TTMSFNCCloudBaseRequestResultEvent = nil); virtual; abstract;
Parameters
| Name | Description |
|---|---|
ATestTokensRequestResultEvent |
Optional callback invoked when the token test request completes. |
Overload 2
Tests whether the current access tokens are accepted by the provider.
procedure TestTokens(const ATestTokensRequestResultEvent: TTMSFNCCloudBaseRequestResultEvent = nil); override;
Parameters
| Name | Description |
|---|---|
ATestTokensRequestResultEvent |
Optional callback invoked when the token test request completes. |