Boruta core v1.0.0-rc.2 Boruta.Oauth.AuthorizationCodeRequest View Source
Authorization code request
Link to this section Summary
Types
Type representing an authorization code request as stated in OAuth 2.0 RFC.
Link to this section Types
Specs
t() :: %Boruta.Oauth.AuthorizationCodeRequest{ client_id: String.t(), code: String.t(), grant_type: String.t(), redirect_uri: String.t() }
Type representing an authorization code request as stated in OAuth 2.0 RFC.