Class BackchannelAuthenticationUserValidationResult
- Namespace
- Duende.IdentityServer.Validation
- Assembly
- Duende.IdentityServer.dll
Represents the result of a backchannel authentication request.
public class BackchannelAuthenticationUserValidationResult
- Inheritance
-
BackchannelAuthenticationUserValidationResult
- Inherited Members
Constructors
BackchannelAuthenticationUserValidationResult()
public BackchannelAuthenticationUserValidationResult()
Properties
Error
Gets or sets the error.
public string? Error { get; set; }
Property Value
ErrorDescription
Gets or sets the error description.
public string? ErrorDescription { get; set; }
Property Value
IsError
Indicates if this represents an error.
public bool IsError { get; }
Property Value
Subject
Gets or sets the subject based upon the provided hint.
public ClaimsPrincipal? Subject { get; set; }