Codex.Events.AttestationGenerateRequested (Codex SDK v0.17.0)

Copy Markdown View Source

Event emitted when the app-server asks the client to generate a fresh upstream attestation token. There is no default provider; respond via Codex.AppServer.respond/3 with %{"token" => token} or the request will not receive a timely response.

Summary

Types

t()

@type t() :: %Codex.Events.AttestationGenerateRequested{id: String.t() | integer()}