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")

Parameters

password

The password to verify.