Codex.Events.McpServerOauthLoginCompleted (Codex SDK v0.6.0)

Copy Markdown View Source

Event emitted when an MCP server OAuth login completes.

Summary

Types

t()

@type t() :: %Codex.Events.McpServerOauthLoginCompleted{
  error: String.t() | nil,
  name: String.t(),
  success: boolean()
}