UserVerification Object
Description
Email verification information for a user account.
Declaration
type UserVerification {
status: Boolean
token: String
code: String
date: Date
hash: String
}
Fields
| Name | Type | Description |
|---|---|---|
status | Boolean | Whether the email has been verified. |
token | String | Verification token. |
code | String | Verification code. |
date | Date | Date when verification was completed. |
hash | String | Verification hash. |