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 #
/*
Constructor is not exposed in the JS/Node SDK. You may get the instantiated
Security object by calling Kuzzle.security
*/
var kuzzleSecurity = kuzzle.security;
Edit this page on Github(opens new window)