verifyWithPassword
suspend fun Session.verifyWithPassword(password: String): ClerkResult<SessionVerification, ClerkErrorResponse>
Verifies the current session by asking the user to re-enter their password.
Verifies the current session by asking the user to re-enter their password.