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.​Services.​CompleteBackchannelLoginRequest

Assembly: Duende.IdentityServer

Inheritance: object → CompleteBackchannelLoginRequest

Models the data needed for a user to complete a backchannel authentication request.

Properties

public string
InternalId
The internal store id for the request.
ScopesValuesConsented
Gets or sets the scope values consented to. Setting any scopes grants the login request. Leaving the scopes null or empty denies the request.
public string
Description
Gets or sets the optional description to associate with the consent.
The subject for which the completion is being made. This allows more claims to be associated with the request that was identified on the backchannel authentication request. If not provided, then the IUserSession service will be consulting to obtain the current subject.
public string
SessionId
The session id to associate with the completion request if the Subject is provided. If the Subject is not provided, then this property is ignored in favor of the session id provided by the IUserSession service.

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