Boruta.Ecto.AuthorizationRequest (Boruta core v3.0.0-beta.4)
View SourceEcto Adapter Request Schema
Summary
Types
@type t() :: %Boruta.Ecto.AuthorizationRequest{ __meta__: term(), client_authentication: map(), client_id: String.t(), code_challenge: String.t(), code_challenge_method: String.t(), expires_at: integer(), id: String.t(), inserted_at: DateTime.t(), redirect_uri: String.t(), response_type: String.t(), scope: String.t(), state: String.t(), updated_at: DateTime.t() }