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.​BackChannelAuthenticationRequest

Assembly: Duende.IdentityServer.Storage

Inheritance: object → BackChannelAuthenticationRequest

Models a backchannel authentication request.

Properties

public string
InternalId
The identifier for this request in the store.
CreationTime
Gets or sets the creation time.
public int
Lifetime
Gets or sets the life time in seconds.
public string
ClientId
Gets or sets the ID of the client.
Gets or sets the subject.
RequestedScopes
Gets or sets the requested scopes.
RequestedResourceIndicators
Gets or sets the requested resource indicators.
AuthenticationContextReferenceClasses
Gets or sets the authentication context reference classes.
public string
Tenant
Gets or sets the tenant.
public string
IdP
Gets or sets the idp.
public string
BindingMessage
Gets or sets the binding message.
public bool
IsComplete
Gets or sets a value indicating whether this instance has been completed.
AuthorizedScopes
Gets or sets the authorized scopes.
public string
SessionId
Gets or sets the session identifier from which the user approved the request.
public string
Description
Gets or sets the description the user assigned to the client being authorized.
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