Skip to main content

TdxOAuth2AuthorizationAgent.AdditionalScopes Property

Specifies the list of custom account access scopes.

Declaration

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