gotham v0.1.6 Gotham

Documentation for Gotham.

Link to this section Summary

Link to this section Types

Link to this type scope()
scope() :: binary()
Link to this type token()
token() :: Gotham.Token.t()

Link to this section Functions

Link to this function for_scope(scope)
for_scope(scope()) :: {:ok, token()} | {:error, any()}
Link to this function get_account_name()
get_account_name() :: atom()
Link to this function get_profile()
get_profile() :: {:ok, Map.t()}
Link to this function invalid_account_name?(account_name)
Link to this function put_account_name(account_name)
put_account_name(atom()) :: {:ok, atom()} | {:error, any()}
Link to this function with_account_name(account_name, fun)