Skip to main content

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

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