gotham v0.1.0 API Reference
Modules
Documentation for Gotham
Gotham.Alfred
is a Supervisor
that supervises a set of work: profile_keeper and token_store
The Gotham.TokenStore
is a simple GenServer
that manages storage and retrieval
of tokens Gotham.Token
. When adding to the token store, it also queues tokens
for a refresh before they expire: ten seconds before the token is set to expire,
the TokenStore
will call the API to get a new token and replace the expired
token in the store