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

TdxOAuth2AuthorizationAgent Events
Show Inherited Hide Inherited

The base class for all classes that implement components that authorize DevExpress products in various online accounts via the OAuth 2.0 protocol.
Name Description
OnError Notifies of an error occurring in the authorization agent. Inherited from TdxCustomAuthorizationAgent.
OnFinishAuthorization Notifies of a successful termination of the current authorization session. Inherited from TdxCustomAuthorizationAgent.
OnGetClientSecret Occurs on an attempt to authorize in an online account via the OAuth 2.0 authentication protocol.
OnReceiveAccessToken Occurs on an attempt to receive an OAuth 2.0 account access token.
OnReceiveAuthorizationCode protected Occurs on an attempt to receive an OAuth 2.0 authorization code.
OnStartAuthorization Notifies of a successful start of the authorization session. Inherited from TdxCustomAuthorizationAgent.
See Also