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

CreateRequestAsync​(Models.​BackChannelAuthenticationRequest request)
Creates the request.
GetLoginsForUserAsync​(string subjectId, string clientId = null)
Gets the requests.
GetByAuthenticationRequestIdAsync​(string requestId)
Gets the request.
GetByInternalIdAsync​(string id)
Gets the request.
RemoveByInternalIdAsync​(string id)
Removes the request.
UpdateByInternalIdAsync​(string id, Models.​BackChannelAuthenticationRequest request)
Updates the request.