Type Alias SendExternalIdAttestationRequestPayload

SendExternalIdAttestationRequestPayload: {
    authority: AgentPubKey;
    code: string;
    code_verifier: string;
    request_id: string;
}