View Source Boruta.Oauth.ClientCredentialsRequest (Boruta core v2.1.0)
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.