Client Authorization
Last updated
const cgcTokenResponse = await cgcSdk.requestAccessToken();Event: {
string access_token,
int64 expiry_access_date,
string refresh_token,
string token_type
}const cgcTokenResponse = await cgcSdk.renewAccessToken()Event: {
string access_token,
int64 expiry_access_date,
string refresh_token,
string token_type
}const cgcTokenResponse = await cgcSdk.revokeAccessToken()Event: {
string status,
int statusCode,
string message,
}