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

IdxOAuth2AuthorizationAgentScopeRequestor.GetScopes Method

Returns the list of permissions to access specific resources in a connected online account.

#Declaration

Delphi
function GetScopes: TStringList;

#Returns

Type
TStringList

#Remarks

An authorization agent associated with an OAuth 2.0-compatible online data provider (a TcxSchedulerWebServiceStorageGoogleProvider or TdxCloudStorageMicrosoftOneDriveProvider class instance, for example) calls the GetScopes function internally to request all data access permissions required to access specific resources provided by an online account. The returned list of account access scopes (permissions) depends on the connected online account’s type and specific data provider settings.

Refer to the particular GetScopes function implementation descriptions for detailed information.

See Also