Boruta.Oauth.ClientCredentialsRequest (Boruta core v1.2.1) View Source
Client credentials request
Link to this section Summary
Types
Type representing a client credentials request as stated in OAuth 2.0 RFC.
Link to this section Types
Specs
t() :: %Boruta.Oauth.ClientCredentialsRequest{
client_id: String.t(),
client_secret: String.t(),
grant_type: String.t(),
scope: String.t()
}
Type representing a client credentials request as stated in OAuth 2.0 RFC.