dxAuthorizationAgents Unit
Implements common functionality for authorization agent components.
Classes
| Name | Description |
|---|---|
| TdxAuthorizationAgentUserInfo | The base class for user information providers. |
| TdxAuthorizationForm | An authorization form with an embedded browser. |
| TdxCustomAuthorizationAgent | The base class for all classes that implement components that authorize DevExpress products in online accounts. |
| TdxCustomAuthorizationForm | |
| TdxGoogleAPIOAuth2AuthorizationAgent | A non-visual component designed to authorize your application in a Google account. |
| TdxGoogleAPIOAuth2AuthorizationAgentUserInfo | A data provider designed to load user information from a connected Google online account. |
| TdxMicrosoftGraphAPIOAuth2AuthorizationAgent | A non-visual component designed to authorize your application in a Microsoft online account. |
| TdxMicrosoftGraphAPIOAuth2AuthorizationAgentUserInfo | A data provider designed to load user information from a connected Microsoft online account. |
| TdxOAuth2AuthorizationAgent | The base class for OAuth 2.0 authorization components. |
| TdxOAuth2AuthorizationAgentUserInfo | The base class for user information providers with support for the OAuth 2.0 authentication protocol. |
Interfaces
| Name | Description |
|---|---|
| IdxOAuth2AuthorizationAgentScopeRequestor | Exposes the function returning lists of data access permissions specific to different online account types. |
Types
| Name | Description |
|---|---|
| TdxAuthorizationAgentUserInfoClass | The class-reference to a user information provider class. |
| TdxCustomAuthorizationAgent.TErrorEvent | The authorization agent error event type. |
| TdxCustomAuthorizationAgentClass | The class-reference to an authorization agent class. |
| TdxOAuth2AuthorizationAgent.TGetClientSecretEvent | The OAuth 2.0 client secret acquisition event type. |
| TdxOAuth2AuthorizationAgent.TReceiveAccessTokenEvent | The OAuth 2.0 access token acquisition event type. |
| TdxOAuth2AuthorizationAgent.TReceiveAuthorizationCodeEvent | The OAuth 2.0 authorization code acquisition event type. |
| TdxOAuth2AuthorizationAgentClass | The class-reference to a class that implements an OAuth 2.0-compatible authorization agent. |