Table of Contents

Class BackchannelAuthenticationRequestIdValidationContext

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

Context for backchannel authentication request id validation.

public class BackchannelAuthenticationRequestIdValidationContext
Inheritance
BackchannelAuthenticationRequestIdValidationContext
Inherited Members

Constructors

BackchannelAuthenticationRequestIdValidationContext()

public BackchannelAuthenticationRequestIdValidationContext()

Properties

AuthenticationRequestId

Gets or sets the authentication request id.

public string AuthenticationRequestId { get; set; }

Property Value

string

The device code.

Request

Gets or sets the request.

public ValidatedTokenRequest Request { get; set; }

Property Value

ValidatedTokenRequest

The request.

Result

Gets or sets the result.

public TokenRequestValidationResult? Result { get; set; }

Property Value

TokenRequestValidationResult

The result.