View Source Boruta.Oauth.AuthorizationRequest (Boruta core v3.0.0-beta.2)
Authorization request and utilities
Summary
Types
@type t() :: %Boruta.Oauth.AuthorizationRequest{ client_authentication: nil | client_authentication(), client_id: String.t(), code_challenge: String.t(), code_challenge_method: String.t(), expires_at: nil | integer(), id: nil | String.t(), redirect_uri: String.t(), response_type: String.t(), scope: String.t(), state: String.t() }