TdxOAuth2AuthorizationAgent Events
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