Boruta.Ecto.AuthorizationRequest (Boruta core v3.0.0-beta.4)

View Source

Ecto Adapter Request Schema

Summary

Types

t()

@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()
}

Functions

create_changeset(request, attrs, client)