Codex.Events.AccountUpdated (Codex SDK v0.14.0)

Copy Markdown View Source

Event emitted when account authentication state changes.

Summary

Types

t()

@type t() :: %Codex.Events.AccountUpdated{
  auth_mode: String.t() | nil,
  plan_type: atom() | String.t() | nil
}