authScimParseScopes function

Set<AuthScimScope> authScimParseScopes(
  1. Object? value
)

Parses and validates a SCIM scope collection.

Implementation

Set<AuthScimScope> authScimParseScopes(Object? value) =>
    _scopes(_scopeValues(value));