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.​IPersistedGrantStore

Assembly: Duende.IdentityServer.Storage

Interface for persisting any type of grant.

Methods

StoreAsync​(Models.​PersistedGrant grant)
Stores the grant.
grant The grant.
GetAsync​(string key)
Gets the grant.
key The key.
filter The filter.
RemoveAsync​(string key)
Removes the grant by key.
key The key.
RemoveAllAsync​(PersistedGrantFilter filter)
Removes all grants based on the filter.
filter The filter.