type
VerifyEmailNotification
Trusted email-verification delivery payload including the raw one-time token.
Collectionschema.CollectionSlug- The auth collection containing the user.
Userstore.Document- A detached snapshot of the user document.
Tokenstring- The raw single-use verification token.
ExpiresAttime.Time- The instant after which the token is invalid.
Token is shown once and must never be logged. Build and deliver the application-owned verification link inside the trusted callback.