Client Authorization
const cgcSdk = new CatheonGamingSdk(
"773124bb-57cf-4eae-a7be-980c76ccd340", // client id
"1qaz2wsx", // client secret
true // dev mode enabled
);Access Token Management
RequestAccessToken
RenewAccessToken
RevokeAccessToken
Last updated