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

TdxOAuth2AuthorizationAgent.AdditionalScopes Property

Specifies the list of custom account access scopes.

#Declaration

Delphi
property AdditionalScopes: TStrings read; write;

#Property Value

Type
TStrings

#Remarks

You can use this property to populate the predefined list of online resource access scopes (permissions) that the authorization agent requests in addition to the permissions that its associated data providers require. The agent adds all unique scopes from the AdditionalScopes property value and all associated data providers to the resulting scope list used as a part of an HTTP request to an OAuth 2.0 authorization server.

A single access permission list is particularly useful to avoid scope refresh operations every time the list of associated data providers changes at runtime.

See Also