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.
Subject
Gets or sets the subject.
public
System.​Collections.​Generic.​IEnumerable<​string>
RequestedScopes
Gets or sets the requested scopes.
public
System.​Collections.​Generic.​IEnumerable<​string>
RequestedResourceIndicators
Gets or sets the requested resource indicators.
public
System.​Collections.​Generic.​ICollection<​string>
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.
public
System.​Collections.​Generic.​IEnumerable<​string>
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.
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