feat: Improve authentication adapter interface to support multi-factor authentication (MFA), authentication challenges, and provide a more powerful interface for writing custom authentication adapters (#8156)
This commit is contained in:
@@ -728,6 +728,7 @@ module.exports = ParseCloud;
|
||||
* @interface Parse.Cloud.TriggerRequest
|
||||
* @property {String} installationId If set, the installationId triggering the request.
|
||||
* @property {Boolean} master If true, means the master key was used.
|
||||
* @property {Boolean} isChallenge If true, means the current request is originally triggered by an auth challenge.
|
||||
* @property {Parse.User} user If set, the user that made the request.
|
||||
* @property {Parse.Object} object The object triggering the hook.
|
||||
* @property {String} ip The IP address of the client making the request.
|
||||
|
||||
Reference in New Issue
Block a user