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.​IUserConsentStore
Assembly: Duende.IdentityServer.Storage
Interface for user consent storage
Methods
StoreUserConsentAsync​(Models.​Consent consent)
Stores the user consent.
consent
The consent.
System.​Threading.​Tasks.​Task<​Models.​Consent>
GetUserConsentAsync​(string subjectId,
string clientId)
Gets the user consent.
subjectId
The subject identifier.
clientId
The client identifier.
RemoveUserConsentAsync​(string subjectId,
string clientId)
Removes the user consent.
subjectId
The subject identifier.
clientId
The client identifier.