We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The topic v2.system.token_revoked.{id} is implicitly subscribed by all channels. Details in https://developer.genesys.cloud/api/rest/v2/notifications/available_topics .
v2.system.token_revoked.{id}
Suggest e.g. ChannelTokenRevoked(ChannelException).
ChannelTokenRevoked(ChannelException)
Message schema:
{ "channelId": "string", "systemTopicType": { "enum": "no_longer_subscribed|subscription_changed|token_revoked" }, "correlationId": "string", "organizationId": "string", "userId": "string", "oauthClientId": "string", "reason": { "enum": "another_channel_subscribed|user_tokens_revoked" }, "message": "string", "data": "object" }```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The topic
v2.system.token_revoked.{id}
is implicitly subscribed by all channels. Details in https://developer.genesys.cloud/api/rest/v2/notifications/available_topics .Suggest e.g.
ChannelTokenRevoked(ChannelException)
.Message schema:
The text was updated successfully, but these errors were encountered: