Interface IScopeParser
- Namespace
- Duende.IdentityServer.Validation
- Assembly
- Duende.IdentityServer.dll
Allows parsing raw scopes values into structured scope values.
public interface IScopeParser
Methods
ParseScopeValues(IEnumerable<string>)
Parses the requested scopes.
ParsedScopesResult ParseScopeValues(IEnumerable<string> scopeValues)
Parameters
scopeValues
IEnumerable<string>