FlowMailer.Token.AccessToken (bamboo_flowmailer v0.1.1) View Source
FlowMailer Access Token structure
Link to this section Summary
Link to this section Types
Specs
t() :: %FlowMailer.Token.AccessToken{
access_token: String.t(),
expires_in: non_neg_integer(),
scope: String.t(),
token_type: String.t()
}