Coherence v0.1.3 Coherence.CredentialStore.Agent

Summary

Functions

Deletes credentials from the store

Gets the user data for the given credentials

Puts the user_data for the given credentials

Starts a new credentials store

Functions

delete_credentials(credentials)

Deletes credentials from the store.

Returns the current value of credentials, if credentials exists.

get_user_data(credentials)

Gets the user data for the given credentials

put_credentials(credentials, user_data)

Puts the user_data for the given credentials.

start_link()

Starts a new credentials store.