Make clear description of anonymous user (#6655)
* Make clear description of anonymous user * Properly generate definitions Co-authored-by: dplewis <findlewis@gmail.com>
This commit is contained in:
@@ -95,7 +95,7 @@ export interface ParseServerOptions {
|
||||
/* Protected fields that should be treated with extra security when fetching details.
|
||||
:DEFAULT: {"_User": {"*": ["email"]}} */
|
||||
protectedFields: ?ProtectedFields;
|
||||
/* Enable (or disable) anon users, defaults to true
|
||||
/* Enable (or disable) anonymous users, defaults to true
|
||||
:ENV: PARSE_SERVER_ENABLE_ANON_USERS
|
||||
:DEFAULT: true */
|
||||
enableAnonymousUsers: ?boolean;
|
||||
|
||||
Reference in New Issue
Block a user