View Source Boruta.Oauth.PasswordRequest (Boruta core v2.1.0)

Resource owner password credentials request

Link to this section Summary

Types

t()

Type representing a resource owner password credentials request as stated in OAuth 2.0 RFC.

Link to this section Types

Specs

t() :: %Boruta.Oauth.PasswordRequest{
  client_id: String.t(),
  client_secret: String.t(),
  grant_type: String.t(),
  password: String.t(),
  scope: String.t(),
  username: String.t()
}

Type representing a resource owner password credentials request as stated in OAuth 2.0 RFC.