Skip to content

bodhi-realtime-agent / TransportAuth

Type Alias: TransportAuth

TransportAuth = { apiKey: string; type: "api_key"; } | { location?: string; projectId: string; type: "service_account"; } | { getToken: () => Promise<string>; type: "token_provider"; }

Defined in: types/transport.ts:123

Authentication method for the transport.

Built with VitePress