Table of Contents

TGeneratePhoneNumberConfirmationTokenArgs Class

Arguments passed to the OnGeneratePhoneNumberConfirmationToken event, fired when Sphinx has generated a token to confirm a user's phone number.

Remarks

The event handler is responsible for delivering the Token to the user, typically by sending an SMS message to the phone number being confirmed so the user can complete the confirmation.

Syntax

Unit: Sphinx.EventArgs

TGeneratePhoneNumberConfirmationTokenArgs = class(TSphinxModuleArgs);

Properties

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