View Source Boruta.Ecto.AuthorizationRequest (Boruta ssi core v0.1.0-beta.1)
Ecto 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() }