* Triggered when user is looked up by authData with this provider. Override the `id` field if needed. * @param {Object} authData The client provided authData
(authData)
| 89 | * @param {Object} authData The client provided authData |
| 90 | */ |
| 91 | beforeFind(authData) { |
| 92 | |
| 93 | } |
| 94 | |
| 95 | /** |
| 96 | * Triggered in pre authentication process if needed (like webauthn, SMS OTP) |
no outgoing calls
no test coverage detected