Skip to Content
You are viewing a beta version of Clerk Docs
Visit the latest docs
Clerk logo

Clerk Docs

Ctrl + K
Go to clerk.com

Verification

The state of the verification process of a sign-in or sign-up attempt.

NameTypeDescription
attemptsnumber | nullThe number of attempts related to the verification.
errorClerkAPIError | nullThe last error the verification attempt ran into.
expireAtDate | nullThe time the verification will expire at.
externalVerificationRedirectURLURL | nullThe redirect URL for an external verification.
noncestring | nullThe nonce(opens in a new tab) pertaining to the verification.
status'unverified' | 'verified' | 'transferable' | 'failed' | 'expired' | nullThe state of the verification.
strategystring | nullThe strategy pertaining to the parent sign-up or sign-in attempt.

Methods

verifiedFromTheSameClient()

A check to see if the verification was verified from the same client as the parent sign-in or sign-up attempt. For example, checking if the verification was verified from the same browser as the parent sign-in or sign-up attempt.

function verifiedFromTheSameClient(): boolean;

Last updated on October 5, 2023

What did you think of this content?

Clerk © 2024