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.
Subject
Gets or sets the subject.
public
string
BindingMessage
Gets or sets the binding message.
public
System.​Collections.​Generic.​IEnumerable<​string>
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.
public
System.​Collections.​Generic.​IEnumerable<​string>
RequestedResourceIndicators
Gets or sets the resource indicator.
public
Client
Client
Gets or sets the client.
ValidatedResources
Gets or sets the validated resources.
public
System.​Collections.​Generic.​Dictionary<​string, object>
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
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object