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
Properties
Error
Error message describing why the raw scope failed to be parsed.
public string Error { get; set; }
Property Value
RawValue
The original (raw) value of the scope.
public string RawValue { get; set; }