You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Options to controll the authentication for an operation
41
39
* @typedef {Object} AuthOptions
42
-
* @property {String} sessionToken Specify a user to excute the operation as.
43
-
* @property {Boolean} useMasterKey Indicates whether masterKey is used for this operation. Only valid when masterKey is set.
40
+
* @property {String} [sessionToken] Specify a user to excute the operation as.
41
+
* @property {AV.User} [user] Specify a user to excute the operation as. The user must have _sessionToken. This option will be ignored if sessionToken option provided.
42
+
* @property {Boolean} [useMasterKey] Indicates whether masterKey is used for this operation. Only valid when masterKey is set.
0 commit comments