View Source Boruta.Oauth.AuthorizationCodeRequest (Boruta core v3.0.0-beta.1)
Authorization code request
Summary
Types
Type representing an authorization code request as stated in OAuth 2.0 RFC.
Types
@type t() :: %Boruta.Oauth.AuthorizationCodeRequest{ client_authentication: %{type: String.t(), value: String.t()}, client_id: String.t(), code: String.t(), code_verifier: String.t(), dpop: Boruta.Dpop.t(), grant_type: String.t(), redirect_uri: String.t() }
Type representing an authorization code request as stated in OAuth 2.0 RFC.