NOTIFY_CONNECT_OK constant
String
const NOTIFY_CONNECT_OK
A constant which indicates that the client was authorized 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 always 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_OK = "NOTIFY_CONNECT_OK";