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.
interface Duende.​IdentityServer.​Stores.​IBackChannelAuthenticationRequestStore
Assembly: Duende.IdentityServer.Storage
Interface for the backchannel authentication request store
Methods
System.​Threading.​Tasks.​Task<​string>
CreateRequestAsync​(Models.​BackChannelAuthenticationRequest request)
Creates the request.
System.​Threading.​Tasks.​Task<​System.​Collections.​Generic.​IEnumerable<​Models.​BackChannelAuthenticationRequest>>
GetLoginsForUserAsync​(string subjectId,
string clientId = null)
Gets the requests.
System.​Threading.​Tasks.​Task<​Models.​BackChannelAuthenticationRequest>
GetByAuthenticationRequestIdAsync​(string requestId)
Gets the request.
System.​Threading.​Tasks.​Task<​Models.​BackChannelAuthenticationRequest>
GetByInternalIdAsync​(string id)
Gets the request.
RemoveByInternalIdAsync​(string id)
Removes the request.
UpdateByInternalIdAsync​(string id,
Models.​BackChannelAuthenticationRequest request)
Updates the request.