AzureEx.TokenHosting.Token (AzureEx v0.1.0-rc.0) View Source
Azure API token.
Link to this section Summary
Link to this section Types
Specs
t() :: %AzureEx.TokenHosting.Token{
access_token: binary(),
created_at: NaiveDateTime.t(),
expires_in: integer()
}