Boruta.Ecto.Token (Boruta core v3.0.0-beta.4)
View SourceEcto Adapter Token Schema
Summary
Types
@type t() :: %Boruta.Ecto.Token{ __meta__: term(), access_token_ttl: term(), agent_token: String.t() | nil, authorization_code_ttl: term(), authorization_details: list(), bind_configuration: map() | nil, bind_data: map() | nil, c_nonce: String.t(), client: Boruta.Ecto.Client.t(), client_id: term(), code_challenge: term(), code_challenge_hash: term(), code_challenge_method: term(), expires_at: integer(), id: term(), inserted_at: term(), nonce: String.t(), presentation_definition: term(), previous_code: String.t() | nil, previous_token: String.t() | nil, public_client_id: String.t(), redirect_uri: String.t(), refresh_token: term(), refresh_token_revoked_at: DateTime.t(), resource_owner: term(), revoked_at: DateTime.t(), scope: String.t(), state: String.t(), sub: String.t(), tx_code: String.t() | nil, type: String.t(), updated_at: term(), value: String.t() }