* Triggered when user provide authData related to this provider * the user is logged in and has already set this provider before * @param {Object} authData The client provided authData * @param {Object} options additional adapter options * @param {Parse.Cloud.TriggerRequest} request *
(authData, options, req)
| 81 | * @returns {Promise<ParseAuthResponse|void|undefined>} |
| 82 | */ |
| 83 | validateUpdate(authData, options, req) { |
| 84 | return Promise.resolve({}); |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * Triggered when user is looked up by authData with this provider. Override the `id` field if needed. |
nothing calls this directly
no outgoing calls
no test coverage detected