Variable: CantonAuthType
constCantonAuthType: {AuthorizationCode:"authorizationCode";ClientCredentials:"clientCredentials";Static:"static"; }
Defined in: canton/authentication/types.ts:17
Supported authentication types for Canton participant APIs.
Type Declaration
AuthorizationCode
readonlyAuthorizationCode:"authorizationCode"='authorizationCode'
OAuth2 authorization code + PKCE (interactive browser login).
ClientCredentials
readonlyClientCredentials:"clientCredentials"='clientCredentials'
OAuth2 client credentials grant (machine-to-machine, CI/CD).
Static
readonlyStatic:"static"='static'
Pre-obtained JWT.