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

Copy Markdown View Source

Event emitted when the app-server asks the client to refresh ChatGPT auth tokens.

Summary

Types

t()

@type t() :: %Codex.Events.ChatgptAuthTokensRefreshRequested{
  id: String.t() | integer(),
  previous_account_id: String.t() | nil,
  reason: String.t()
}