ExVcom.Model.OAuthLogin (ex_vcom v0.1.1)

Link to this section Summary

Link to this section Types

@type t() :: %ExVcom.Model.OAuthLogin{
  grant_type: String.t(),
  password: String.t(),
  refresh_token: String.t(),
  username: String.t()
}