Table of Contents

TGenerateEmailConfirmationTokenArgs Class

Arguments passed to the OnGenerateEmailConfirmationToken event, fired when Sphinx has generated a token to confirm a user's email address.

Remarks

The event handler is responsible for delivering the Token to the user, typically by sending an email to the address being confirmed so the user can complete the confirmation.

Syntax

Unit: Sphinx.EventArgs

TGenerateEmailConfirmationTokenArgs = class(TSphinxModuleArgs);

Properties

Name Description
Data Optional application-defined data supplied by the caller that initiated the operation.
Token The generated email confirmation token that must be delivered to the user.
User The user whose email address is being confirmed.