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.​Models.​BackchannelUserLoginRequest

Assembly: Duende.IdentityServer

Inheritance: object → BackchannelUserLoginRequest

Models the information to initiate a user login request due to a CIBA request.

Properties

public string
InternalId
Gets or sets the id of the request in the store.
Gets or sets the subject.
public string
BindingMessage
Gets or sets the binding message.
AuthenticationContextReferenceClasses
Gets or sets the authentication context reference classes.
public string
Tenant
Gets or sets the tenant passed in the acr_values.
public string
IdP
Gets or sets the idp passed in the acr_values.
RequestedResourceIndicators
Gets or sets the resource indicator.
public Client
Client
Gets or sets the client.
ValidatedResources
Gets or sets the validated resources.
Properties
Gets or sets a dictionary of custom properties associated with this request. These properties by default are copied from the validated custom request parameters.

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object