Defined in: utils/ws.ts:19The API key IDExamples:
‘xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx’
‘organizations/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/apiKeys/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx’
apiKeySecret
Copy
Ask AI
apiKeySecret: string;
Defined in: utils/ws.ts:28The API key secretExamples:
‘xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx==’ (Edwards key (Ed25519))
‘-----BEGIN EC PRIVATE KEY-----\n…\n…\n…==\n-----END EC PRIVATE KEY-----\n’ (EC key (ES256))
source?
Copy
Ask AI
optional source: string;
Defined in: utils/ws.ts:33The source identifier for the request
sourceVersion?
Copy
Ask AI
optional sourceVersion: string;
Defined in: utils/ws.ts:38The version of the source making the request
expiresIn?
Copy
Ask AI
optional expiresIn: number;
Defined in: utils/ws.ts:43Optional expiration time in seconds (defaults to 120)
audience?
Copy
Ask AI
optional audience: string[];
Defined in: utils/ws.ts:48Optional audience claim for the JWT