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

TdxCloudStorageMicrosoftOneDriveProvider.GetScopes Method

Returns the data access permissions that the associated authorization agent requests on a successful connection to a Microsoft account.

#Declaration

Delphi
function GetScopes: TStringList; override;

#Returns

Type
TStringList

#Remarks

This function supports the internal infrastructure and is not intended for use in your code. The Microsoft OAuth 2.0 authorization agent calls the GetScopes function internally via the IdxOAuth2AuthorizationAgentScopeRequestor interface to request the data access permissions required to work with files in Microsoft OneDrive® storage. The GetScopes function always returns the ‘Files.ReadWrite.All’ resource access scope, indicating that the authorization agent requests full access to files within the cloud storage.

See Also