TdxOAuth2AuthorizationAgent Properties
The base class for OAuth 2.0 authorization components.| Name | Description |
|---|---|
| AccessToken | Returns the online account access token. |
| AccessTokenExpiresIn | Returns the account access token expiration time, in seconds. |
| AccessTokenType | Returns the account access token’s type name. |
| AdditionalScopes | Specifies account access scopes. |
| ClientID | Specifies the OAuth 2.0 unique client identifier. |
| ClientSecret | Specifies the OAuth 2.0 client secret. |
| ComObject | Inherited from TComponent. |
| ComponentCount | Inherited from TComponent. |
| ComponentIndex | Inherited from TComponent. |
| Components | Inherited from TComponent. |
| ComponentState | Inherited from TComponent. |
| ComponentStyle | Inherited from TComponent. |
| DesignInfo | Inherited from TComponent. |
| IsAuthorized | Identifies if the agent is successfully authorized in an online account. Inherited from TdxCustomAuthorizationAgent. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| Owner | Inherited from TComponent. |
| RedirectUri | Specifies the universal resource identifier to receive an OAuth 2.0 account access token. |
| RefreshToken | Returns the refresh token that the authorization agent uses. |
| Tag | Inherited from TComponent. |
| UserAgent | Specifies the authorization agent’s user agent string. Inherited from TdxCustomAuthorizationAgent. |
| VCLComObject | Inherited from TComponent. |
See Also