SCryptPasswordStore
tsec.authentication.credentials.SCryptPasswordStore
trait SCryptPasswordStore[F[_], Id] extends PasswordStore[F, Id, SCrypt]
Attributes
- Source
- CredentialStore.scala
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- PasswordStore
- Source
- CredentialStore.scala
Attributes
- Inherited from:
- PasswordStore
- Source
- CredentialStore.scala
Attributes
- Inherited from:
- PasswordStore
- Source
- CredentialStore.scala
Attributes
- Inherited from:
- PasswordStore
- Source
- CredentialStore.scala
Attributes
- Inherited from:
- PasswordStore
- Source
- CredentialStore.scala
Add credentials to some backing store.
Add credentials to some backing store. putCredentials
takes a function, most likely partially applied on some userId, that takes a P
and adds some user record onto a credentials store.
Attributes
- Returns
- Inherited from:
- PasswordStore
- Source
- CredentialStore.scala
Attributes
- Inherited from:
- PasswordStore
- Source
- CredentialStore.scala
Alias for putCredentials
for when anyone may want to be verbose about put vs update
Alias for putCredentials
for when anyone may want to be verbose about put vs update
Attributes
- Inherited from:
- CredentialStore
- Source
- CredentialStore.scala
In this article