Boruta core v0.1.0-rc.5 Boruta.Oauth.ClientCredentialsRequest View Source

Client credentials request

Link to this section Summary

Types

t()

Type representing a client credentials request as stated in OAuth 2.0 RFC.

Link to this section Types

Link to this type

t()

View Source
t() :: %Boruta.Oauth.ClientCredentialsRequest{
  client_id: String.t(),
  client_secret: String.t(),
  scope: String.t()
}

Type representing a client credentials request as stated in OAuth 2.0 RFC.