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
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
IdTokenHintClaims
Gets or sets the validated claims from the id token hint.
public IEnumerable<Claim>? IdTokenHintClaims { get; set; }
Property Value
LoginHint
Gets or sets the login hint.
public string? LoginHint { get; set; }
Property Value
LoginHintToken
Gets or sets the login hint token.
public string? LoginHintToken { get; set; }
Property Value
UserCode
Gets or sets the user code.
public string? UserCode { get; set; }