Table of Contents

TUserEmailVerifiedArgs Class

Arguments passed to the OnUserEmailVerified event, fired after a user has confirmed their email address with a valid confirmation token.

Syntax

Unit: Sphinx.EventArgs

TUserEmailVerifiedArgs = class(TSphinxModuleArgs);

Properties

Name Description
ClientId The client id of the application through which the email was verified.
Data Optional application-defined data supplied by the caller that initiated the operation.
User The user whose email address was verified.