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

TdxMicrosoftGraphAPIOAuth2AuthorizationAgent Class

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

#Declaration

Delphi
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