Interface: StaticAuthConfig
Defined in: canton/authentication/types.ts:107
static / insecureStatic auth config.
Extends
AuthConfigBase
Properties
audience?
optionalaudience?:string
Defined in: canton/authentication/types.ts:101
OAuth2 "audience" request parameter (Auth0-specific extension).
Identifies the API the issued access token should target (its JWT aud claim).
Only honored by Auth0 (or servers emulating Auth0); Okta/Keycloak ignore it.
Applicable to clientCredentials and authorizationCode only.
Inherited from
AuthConfigBase.audience
jwt
jwt:
string
Defined in: canton/authentication/types.ts:110
Pre-obtained JWT. Required.
type?
optionaltype?:"insecureStatic"|"static"
Defined in: canton/authentication/types.ts:108
Auth scheme selector. Defaults to "static" when omitted (backward compatible).
Overrides
AuthConfigBase.type