dwolla v1.0.1 Dwolla.Token View Source
Functions for Dwolla OAuth 2 endpoint.
Link to this section Summary
Functions
Gets an access token from application credentials
Link to this section Types
Link to this type
cred() View Source
Link to this type
error()
View Source
error()
View Source
error() :: HTTPoison.Error.t() | Dwolla.Errors.t()
error() :: HTTPoison.Error.t() | Dwolla.Errors.t()
Link to this section Functions
Link to this function
get(cred \\ Dwolla.get_cred())
View Source
get(cred \\ Dwolla.get_cred())
View Source
get(cred() | nil) :: {:ok, Dwolla.Token.t()} | {:error, error()}
get(cred() | nil) :: {:ok, Dwolla.Token.t()} | {:error, error()}
Gets an access token from application credentials.