off
Deprecation Notice
This SDK is deprecated in favor of the Core and UI JS SDKs. See Migrating to the latest SDKs to use the latest Core and UI SDKs.
| 
 Support for the Legacy JS SDK ends on 28 February, 2021.  | 
Examples
function onAuthenticated(authResult) {
  var accessToken = authResult.accessToken;
  // ...
}
reach5('on', 'authenticated', onAuthenticated);
// Then later
reach5('off', 'authenticated', onAuthenticated);
Parameters
One of the following events: 
  | 
|
Event callback that was used with on.  |