Skip to main content

EmailVerificationTokenPayload

The result of generating an email verification token.

type EmailVerificationTokenPayload {
email: String
expiresAt: Date
success: Boolean
}

Fields

EmailVerificationTokenPayload.email ● String scalar common

The email address associated with the token.

EmailVerificationTokenPayload.expiresAt ● Date scalar common

When the generated token expires.

EmailVerificationTokenPayload.success ● Boolean scalar common

Whether the token was generated successfully.

Returned By

generateEmailVerificationToken mutation