Interface: StaticAuthConfig
Defined in: canton/authentication/types.ts:85
static auth config.
Extends
AuthConfigBase
Properties
audience?
optionalaudience?:string
Defined in: canton/authentication/types.ts:79
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:88
Pre-obtained JWT. Required.
type?
optionaltype?:"static"
Defined in: canton/authentication/types.ts:86
Auth scheme selector. Defaults to "static" when omitted (backward compatible).
Overrides
AuthConfigBase.type