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.​DefaultBackChannelAuthenticationRequestStore
Assembly: Duende.IdentityServer
Inheritance: object → DefaultGrantStore<​Models.​BackChannelAuthenticationRequest> → DefaultBackChannelAuthenticationRequestStore
Implemented Interfaces
Default authorization code store.
Properties
protected
string
GrantType
Logger
protected
IPersistedGrantStore
Store
protected
IPersistentGrantSerializer
Serializer
HandleGenerationService
Methods
public
System.​Threading.​Tasks.​Task<​string>
CreateRequestAsync​(Models.​BackChannelAuthenticationRequest request)
public
System.​Threading.​Tasks.​Task<​Models.​BackChannelAuthenticationRequest>
GetByInternalIdAsync​(string id)
public
System.​Threading.​Tasks.​Task<​Models.​BackChannelAuthenticationRequest>
GetByAuthenticationRequestIdAsync​(string requestId)
RemoveByInternalIdAsync​(string requestId)
public
System.​Threading.​Tasks.​Task<​System.​Collections.​Generic.​IEnumerable<​Models.​BackChannelAuthenticationRequest>>
GetLoginsForUserAsync​(string subjectId,
string clientId = null)
UpdateByInternalIdAsync​(string id,
Models.​BackChannelAuthenticationRequest request)
protected
System.​Threading.​Tasks.​Task<​string>
CreateHandleAsync​()
Inherited from DefaultGrantStore<​Models.​BackChannelAuthenticationRequest>
protected
string
GetHashedKey​(string value)
Inherited from DefaultGrantStore<​Models.​BackChannelAuthenticationRequest>
protected
System.​Threading.​Tasks.​Task<​Models.​BackChannelAuthenticationRequest>
GetItemAsync​(string key)
Inherited from DefaultGrantStore<​Models.​BackChannelAuthenticationRequest>
protected
System.​Threading.​Tasks.​Task<​Models.​BackChannelAuthenticationRequest>
GetItemByHashedKeyAsync​(string hashedKey)
Inherited from DefaultGrantStore<​Models.​BackChannelAuthenticationRequest>
protected
System.​Threading.​Tasks.​Task<​System.​Collections.​Generic.​IEnumerable<​Models.​BackChannelAuthenticationRequest>>
GetAllAsync​(PersistedGrantFilter filter)
Inherited from DefaultGrantStore<​Models.​BackChannelAuthenticationRequest>
protected
System.​Threading.​Tasks.​Task<​string>
CreateItemAsync​(Models.​BackChannelAuthenticationRequest item,
string clientId,
string subjectId,
string sessionId,
string description,
System.​DateTime created,
int lifetime)
Inherited from DefaultGrantStore<​Models.​BackChannelAuthenticationRequest>
StoreItemAsync​(string key,
Models.​BackChannelAuthenticationRequest item,
string clientId,
string subjectId,
string sessionId,
string description,
System.​DateTime created,
System.​DateTime? expiration,
System.​DateTime? consumedTime = null)
Inherited from DefaultGrantStore<​Models.​BackChannelAuthenticationRequest>
StoreItemByHashedKeyAsync​(string hashedKey,
Models.​BackChannelAuthenticationRequest item,
string clientId,
string subjectId,
string sessionId,
string description,
System.​DateTime created,
System.​DateTime? expiration,
System.​DateTime? consumedTime = null)
Inherited from DefaultGrantStore<​Models.​BackChannelAuthenticationRequest>
RemoveItemAsync​(string key)
Inherited from DefaultGrantStore<​Models.​BackChannelAuthenticationRequest>
RemoveItemByHashedKeyAsync​(string key)
Inherited from DefaultGrantStore<​Models.​BackChannelAuthenticationRequest>
RemoveAllAsync​(string subjectId,
string clientId,
string sessionId = null)
Inherited from DefaultGrantStore<​Models.​BackChannelAuthenticationRequest>
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object