NOTIFY_CONNECT_DENY constant
String
const NOTIFY_CONNECT_DENY
A constant which indicates that the client was denied to connect using the entitlement token defined on the client side.
NOTE: This notification applies when using a Custom authorization extension built with the
MigratoryData Authorization Extension API version 2 or later. For the entitlement methods None, Basic,
or Custom authorization extension built with the previous version of the MigratoryData Authorization Extension API,
this notification is never sent no matter the entitlement token is valid or not, the verification of the entitlement
token being made only during subscribe and publish operations.
Implementation
static const String NOTIFY_CONNECT_DENY = "NOTIFY_CONNECT_DENY";