FlowMailer.Token (bamboo_flowmailer v0.1.1) View Source
Token manager for FlowMailer service.
It is a GenServer that manages FlowMailer authorization tokens, supports multiple accounts.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Types
Specs
t() :: %FlowMailer.Token{
access_token: AccessToken.t(),
updated_at: DateTime.t()
}