authScimParseScopes function
Parses and validates a SCIM scope collection.
Implementation
Set<AuthScimScope> authScimParseScopes(Object? value) =>
_scopes(_scopeValues(value));
Parses and validates a SCIM scope collection.
Set<AuthScimScope> authScimParseScopes(Object? value) =>
_scopes(_scopeValues(value));