Table of Contents

Class DefaultScopeParser

Namespace
Duende.IdentityServer.Validation
Assembly
Duende.IdentityServer.dll

Default implementation of IScopeParser.

public class DefaultScopeParser : IScopeParser
Inheritance
DefaultScopeParser
Implements
Inherited Members

Constructors

DefaultScopeParser(ILogger<DefaultScopeParser>)

Ctor.

public DefaultScopeParser(ILogger<DefaultScopeParser> logger)

Parameters

logger ILogger<DefaultScopeParser>

Methods

ParseScopeValue(ParseScopeContext)

Parses a scope value.

public virtual void ParseScopeValue(DefaultScopeParser.ParseScopeContext scopeContext)

Parameters

scopeContext DefaultScopeParser.ParseScopeContext

ParseScopeValues(IEnumerable<string>)

public ParsedScopesResult ParseScopeValues(IEnumerable<string> scopeValues)

Parameters

scopeValues IEnumerable<string>

Returns

ParsedScopesResult