Table of Contents

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

string

ErrorDescription

Gets or sets the error description.

public string? ErrorDescription { get; set; }

Property Value

string

IsError

Indicates if this represents an error.

public bool IsError { get; }

Property Value

bool

Subject

Gets or sets the subject based upon the provided hint.

public ClaimsPrincipal? Subject { get; set; }

Property Value

ClaimsPrincipal