scopes property

List<String>? scopes
final

Set of authorization scope identifiers provided as an array.

These are provided in tokens returned by an authorization server and associated with forms in order to identify what resources a client may access and how. The values associated with a form should be chosen from those defined in an AceSecurityScheme active on that form.

Implementation

final List<String>? scopes;