PlugAuth.CredentialStore.Agent
Summary↑
delete_credentials(credentials) | Deletes |
get_user_data(credentials) | Gets the user data for the given credentials |
put_credentials(credentials, user_data) | Puts the |
start_link() | Starts a new credentials store |
Functions
Deletes credentials
from the store.
Returns the current value of credentials
, if credentials
exists.
Gets the user data for the given credentials
Puts the user_data
for the given credentials
.
Starts a new credentials store.