SDK
SDK Javascript v5.x
1

You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.

Constructor #

The Security component lets you handle user permissions in Kuzzle.

Please refer to our permissions guide for more information.


Security #

Arguments Type Description
Kuzzle object An instantiated Kuzzle object

Usage #

Copied to clipboard!
/*
  Constructor is not exposed in the JS/Node SDK. You may get the instantiated
  Security object by calling Kuzzle.security
  */
var kuzzleSecurity = kuzzle.security;