Skip to main content

TdxMicrosoftGraphAPIOAuth2AuthorizationAgent Class

The component that allows you to authorize your application in a Microsoft online account.

Declaration

TdxMicrosoftGraphAPIOAuth2AuthorizationAgent = class(
    TdxOAuth2AuthorizationAgent
)

Remarks

Associate this component with a Microsoft Graph® API-compatible DevExpress data provider (TcxSchedulerWebServiceStorageOfficeProvider, for instance) to authenticate and authorize it in a Microsoft online account using the authentication credentials assigned to the ClientID and ClientSecret properties.

The TdxMicrosoftGraphAPIOAuth2AuthorizationAgent class does not introduce any new public members, except for the DefaultClientID and DefaultClientSecret writable typed constants that are used as the default ClientID and ClientSecret property values, respectively. Refer to the TdxOAuth2AuthorizationAgent and TdxCustomAuthorizationAgent class descriptions for information on the core functionality that all authorization agents provide.

Inheritance

See Also