Boruta core v0.1.0-rc.4 Boruta.Oauth.PasswordRequest View Source

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

Link to this type

t()

View Source
t() :: %Boruta.Oauth.PasswordRequest{
  client_id: String.t(),
  client_secret: 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.