Table of Contents

Class BackchannelAuthenticationUserValidatorContext

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

Context information for validating a user during backchannel authentication request.

public class BackchannelAuthenticationUserValidatorContext
Inheritance
BackchannelAuthenticationUserValidatorContext
Inherited Members

Constructors

BackchannelAuthenticationUserValidatorContext()

public BackchannelAuthenticationUserValidatorContext()

Properties

BindingMessage

Gets or sets the binding message.

public string? BindingMessage { get; set; }

Property Value

string

Client

Gets or sets the client.

public Client Client { get; set; }

Property Value

Client

IdTokenHint

Gets or sets the id token hint.

public string? IdTokenHint { get; set; }

Property Value

string

IdTokenHintClaims

Gets or sets the validated claims from the id token hint.

public IEnumerable<Claim>? IdTokenHintClaims { get; set; }

Property Value

IEnumerable<Claim>

LoginHint

Gets or sets the login hint.

public string? LoginHint { get; set; }

Property Value

string

LoginHintToken

Gets or sets the login hint token.

public string? LoginHintToken { get; set; }

Property Value

string

UserCode

Gets or sets the user code.

public string? UserCode { get; set; }

Property Value

string