View Source MVola.Types.AuthResponse (MVola v0.2.0)

Link to this section Summary

Link to this section Types

@type t() :: %MVola.Types.AuthResponse{
  access_token: String.t(),
  expires_in: integer(),
  scope: String.t(),
  token_type: String.t()
}