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

Assembly: Duende.IdentityServer

Implements persisted grant logic

Methods

GetAllGrantsAsync​(string subjectId, System.​Threading.​CancellationToken ct)
Gets all grants for a given subject ID.
subjectId The subject identifier.
ct The cancellation token.
RemoveAllGrantsAsync​(string subjectId, System.​Threading.​CancellationToken ct, string clientId = null, string sessionId = null)
Removes all grants for a given subject id, and optionally client id and session id combination.
subjectId The subject identifier.
ct The cancellation token.
clientId The client identifier (optional).
sessionId The session id (optional).