Search
Request body to get a new access token by password grant.
@type t() :: %ExVcom.Model.OAuthPasswordGrant{ grant_type: String.t(), password: String.t(), username: String.t() }