verifyWithPassword
Verifies the first factor with a password.
Return
A ClerkResult containing the updated SignIn object on success, or a ClerkErrorResponse on failure.
Example usage:
signIn.verifyWithPassword("secretpassword")Content copied to clipboard
Parameters
password
The password to verify.