Options for client credentials token provider.
Not for browser use. Client secrets must not be exposed in client-side code. Use this only in server-side (Node.js/Deno) environments.
OIDC client ID.
OIDC client secret.
OIDC IdP origin, e.g. 'http://localhost:8080/auth/realms/opentdf'.
Optional
Override the token endpoint (defaults to ${oidcOrigin}/protocol/openid-connect/token).
${oidcOrigin}/protocol/openid-connect/token
Options for client credentials token provider.
Not for browser use. Client secrets must not be exposed in client-side code. Use this only in server-side (Node.js/Deno) environments.