Skip to Content
Clerk logo

Clerk Docs

Ctrl + K
Go to clerkstage.dev

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

function verifiedFromTheSameClient(): boolean;

A check to see if the verification was verified from the same client as the parent Sign In or Sign Up attempt. IE: The same browser session.

What did you think of this content?

Clerk © 2024