Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxAuthorizationAgents Unit

In This Article

#Classes

Name Description
EdxAuthorizationAgentException
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 The component that allows you to authorize your application in a Google account.
TdxGoogleAPIOAuth2AuthorizationAgentUserInfo A data provider designed to load 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 designed to load 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 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.