clientSecret (with an optional authMethod) or a privateKey
(with its algorithm) — the two are mutually exclusive and enforced at
compile time.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type ClientCredentialsOptions =
| ClientSecretCredentialsOptions
| PrivateKeyJwtCredentialsOptions;
clientSecret (with an optional authMethod) or a privateKey
(with its algorithm) — the two are mutually exclusive and enforced at
compile time.