The string that represent the original challenge.
The result of signing the message, formatted to the chain's specifications
Optional
options: VerifyChallengeOptionsAdditional checks to perform when verifying the challenge.
Optional
publicKey: stringThe public key of the user's address. Required for some ChainDrivers, not all.
Returns { message: 'success' } object upon success. Throws an error if challenge is invalid.
Generated using TypeDoc
verifyChallenge always checks three things: 1) originalChallenge was signed correctly by the user, 2) the challenge is still well-formed and valid at the present time, and 3) the user owns all requested assets in their wallet upon verification.