LettaAPI.Model.AuthSchemeField (letta_api v1.0.0)

Auth scheme field.

Summary

Types

t()

@type t() :: %LettaAPI.Model.AuthSchemeField{
  default: String.t() | nil,
  description: String.t(),
  display_name: String.t() | nil,
  expected_from_customer: boolean() | nil,
  get_current_user_endpoint: String.t() | nil,
  name: String.t(),
  required: boolean() | nil,
  type: String.t()
}

Functions

decode(value)