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

Assembly: Duende.IdentityServer

Inheritance: object → DefaultGrantStore<​Models.​Consent> → DefaultUserConsentStore

Implemented Interfaces

Default user consent store.

Properties

protected string
GrantType
Store
Serializer
HandleGenerationService

Methods

StoreUserConsentAsync​(Models.​Consent consent)
Stores the user consent asynchronously.
consent The consent.
GetUserConsentAsync​(string subjectId, string clientId)
Gets the user consent asynchronously.
subjectId The subject identifier.
clientId The client identifier.
RemoveUserConsentAsync​(string subjectId, string clientId)
Removes the user consent asynchronously.
subjectId The subject identifier.
clientId The client identifier.
CreateHandleAsync​()
protected string
GetHashedKey​(string value)
GetItemAsync​(string key)
GetItemByHashedKeyAsync​(string hashedKey)
CreateItemAsync​(Models.​Consent item, string clientId, string subjectId, string sessionId, string description, System.​DateTime created, int lifetime)
StoreItemAsync​(string key, Models.​Consent item, string clientId, string subjectId, string sessionId, string description, System.​DateTime created, System.​DateTime? expiration, System.​DateTime? consumedTime = null)
StoreItemByHashedKeyAsync​(string hashedKey, Models.​Consent item, string clientId, string subjectId, string sessionId, string description, System.​DateTime created, System.​DateTime? expiration, System.​DateTime? consumedTime = null)
RemoveItemAsync​(string key)
RemoveItemByHashedKeyAsync​(string key)
RemoveAllAsync​(string subjectId, string clientId, 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