Table of Contents

TUserPhoneNumberVerifiedArgs Class

Arguments passed to the OnUserPhoneNumberVerified event, fired after a user has confirmed their phone number with a valid confirmation token.

Syntax

Unit: Sphinx.EventArgs

TUserPhoneNumberVerifiedArgs = class(TSphinxModuleArgs);

Properties

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