Skip to main content

dxAuthorizationAgents Unit

Classes

Name Description
EdxAuthorizationAgentException
TdxAuthorizationAgentUserInfo The base class for all classes that implement all data providers that obtain user information from online accounts.
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 The component that allows you to authorize your application in a Google account.
TdxGoogleAPIOAuth2AuthorizationAgentUserInfo A data provider that retrieves the user information from a connected Google online account.
TdxMicrosoftGraphAPIOAuth2AuthorizationAgent The component that allows you to authorize your application in a Microsoft online account.
TdxMicrosoftGraphAPIOAuth2AuthorizationAgentUserInfo A data provider that retrieves the user information from a connected Microsoft online account.
TdxOAuth2AuthorizationAgent The base class for all classes that implement components that authorize DevExpress products in various online accounts via the OAuth 2.0 protocol.
TdxOAuth2AuthorizationAgentUserInfo The base class for all classes that implement user information providers that use 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.