ExVcom.Model.OAuthTokenRefresh (ex_vcom v0.1.1)

Post body to get a new access token by refresh token grant

Link to this section Summary

Link to this section Types

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