Table of Contents

Class ParsedScopeValidationError

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

Models an error parsing a scope.

public class ParsedScopeValidationError
Inheritance
ParsedScopeValidationError
Inherited Members

Constructors

ParsedScopeValidationError(string, string)

Ctor

public ParsedScopeValidationError(string rawValue, string error)

Parameters

rawValue string
error string

Properties

Error

Error message describing why the raw scope failed to be parsed.

public string Error { get; set; }

Property Value

string

RawValue

The original (raw) value of the scope.

public string RawValue { get; set; }

Property Value

string