Table of Contents

Class BackchannelAuthenticationRequestValidationResult

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

Validation result for backchannel authentication requests

public class BackchannelAuthenticationRequestValidationResult : ValidationResult
Inheritance
BackchannelAuthenticationRequestValidationResult
Inherited Members

Constructors

BackchannelAuthenticationRequestValidationResult(ValidatedBackchannelAuthenticationRequest)

Initializes a new instance of the BackchannelAuthenticationRequestValidationResult class.

public BackchannelAuthenticationRequestValidationResult(ValidatedBackchannelAuthenticationRequest validatedRequest)

Parameters

validatedRequest ValidatedBackchannelAuthenticationRequest

The validated request.

BackchannelAuthenticationRequestValidationResult(ValidatedBackchannelAuthenticationRequest, string, string)

Initializes a new instance of the BackchannelAuthenticationRequestValidationResult class.

public BackchannelAuthenticationRequestValidationResult(ValidatedBackchannelAuthenticationRequest validatedRequest, string error, string errorDescription = null)

Parameters

validatedRequest ValidatedBackchannelAuthenticationRequest

The validated request.

error string

The error.

errorDescription string

The error description.

Properties

ValidatedRequest

Gets the validated request.

public ValidatedBackchannelAuthenticationRequest ValidatedRequest { get; }

Property Value

ValidatedBackchannelAuthenticationRequest

The validated request.