Skip to main content

IdxOAuth2AuthorizationAgentScopeRequestor.GetScopes Method

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

Declaration

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