InMemorySubjectCredentialStore

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun getCredentials(credentialSchemes: Collection<ConstantIndex.CredentialScheme>?): KmmResult<List<SubjectCredentialStore.StoreEntry>>

Return all stored credentials. Selective Disclosure: Specify list of credential schemes in credentialSchemes.

Link copied to clipboard

Implementations should store the passed credential in a secure way. Passed credentials have been validated before.