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
System.​Threading.​Tasks.​Task<​System.​Collections.​Generic.​IEnumerable<​Models.​Grant>>
GetAllGrantsAsync​(string subjectId)
Gets all grants for a given subject ID.
subjectId
The subject identifier.
RemoveAllGrantsAsync​(string subjectId,
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.
clientId
The client identifier (optional).
sessionId
The session id (optional).