scope property

List scope
getter/setter pair

The scope of the delegation. This must contain at least one key and a maximum of four. This is validated in {@link createAuthenticationRequestUrl} but also will be validated as part of the identity provider.

Implementation

late List<dynamic> scope;