ExVcom.Model.OAuthPasswordGrant (ex_vcom v0.1.1)

Request body to get a new access token by password grant.

Link to this section Summary

Link to this section Types

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