libvault v0.1.0 Vault.Auth.UserPass
Userpass Auth Adapter
https://www.vaultproject.io/docs/auth/userpass.html
Link to this section Summary
Functions
Login with a username and password. Defaults the auth path to userpass
Link to this section Functions
Link to this function
login(vault, params)
Login with a username and password. Defaults the auth path to userpass
Examples
{:ok, token, ttl} = login(%{ username: username, password: password })