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

TdxMicrosoftGraphAPIOAuth2AuthorizationAgentUserInfo.GetScopes Method

Returns the list of user information access permissions that the associated authorization agent requests on a successful connection to a Microsoft online account.

#Declaration

Delphi
function GetScopes: TStringList; override;

#Returns

Type
TStringList

#Remarks

Note

Call the UpdateInfo procedure to attempt to authenticate and authorize the provider in a Microsoft online account with the current authorization agent settings and obtain the user information.

See Also