Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​Validation.​BackchannelAuthenticationUserValidatorContext
Assembly: Duende.IdentityServer
Inheritance: object → BackchannelAuthenticationUserValidatorContext
Context information for validating a user during backchannel authentication request.
Properties
Client
Gets or sets the client.
public
string
LoginHintToken
Gets or sets the login hint token.
public
string
IdTokenHint
Gets or sets the id token hint.
public
System.​Collections.​Generic.​IEnumerable<​System.​Security.​Claims.​Claim>
IdTokenHintClaims
Gets or sets the validated claims from the id token hint.
public
string
LoginHint
Gets or sets the login hint.
public
string
UserCode
Gets or sets the user code.
public
string
BindingMessage
Gets or sets the binding message.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object