verifyPasswordResetToken
Verify if a password reset token is valid and not expired. Use this before showing the password reset form.
verifyPasswordResetToken(
input: QueryVerifyPasswordResetTokenInput!
): PasswordResetTokenVerification
Arguments
verifyPasswordResetToken.input ● QueryVerifyPasswordResetTokenInput! non-null input
Input for verifying a password reset token.
Type
PasswordResetTokenVerification object
Payload returned from verifying a password reset token.