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.

class Duende.​IdentityServer.​Stores.​DefaultAuthorizationCodeStore

Assembly: Duende.IdentityServer

Inheritance: object → DefaultGrantStore<​Models.​AuthorizationCode> → DefaultAuthorizationCodeStore

Implemented Interfaces

Default authorization code store.

Properties

protected string
GrantType
Store
Serializer
HandleGenerationService

Methods

RemoveAuthorizationCodeAsync​(string code, System.​Threading.​CancellationToken ct)
protected string
GetHashedKey​(string value)
CreateItemAsync​(Models.​AuthorizationCode item, string clientId, string subjectId, string sessionId, string description, System.​DateTime created, int lifetime, System.​Threading.​CancellationToken ct)
StoreItemAsync​(string key, Models.​AuthorizationCode item, string clientId, string subjectId, string sessionId, string description, System.​DateTime created, System.​DateTime? expiration, System.​Threading.​CancellationToken ct, System.​DateTime? consumedTime = null)
StoreItemByHashedKeyAsync​(string hashedKey, Models.​AuthorizationCode item, string clientId, string subjectId, string sessionId, string description, System.​DateTime created, System.​DateTime? expiration, System.​Threading.​CancellationToken ct, System.​DateTime? consumedTime = null)
RemoveItemByHashedKeyAsync​(string key, System.​Threading.​CancellationToken ct)
RemoveAllAsync​(string subjectId, string clientId, System.​Threading.​CancellationToken ct, string sessionId = null)
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object