Skip to main content

PasswordResetTokenVerification

Payload returned from verifying a password reset token.

type PasswordResetTokenVerification {
expiresAt: DateTime
valid: Boolean
}

Fields

PasswordResetTokenVerification.expiresAt ● DateTime scalar

The expiration time of the token (null if token is invalid).

PasswordResetTokenVerification.valid ● Boolean scalar

Whether the token is valid and can be used for password reset.

Returned By

verifyPasswordResetToken query