IUserManager.ConfirmPhoneNumber Method
Sets the user phone number as confirmed, using the provided confirmation token.
Remarks
This method flags the user phone number as "confirmed" in the database, if the Token is a valid confirmation token. If the token is invalid, an exception is raised.
Syntax
Unit: Sphinx.UserManager
procedure IUserManager.ConfirmPhoneNumber(User: TUser; const Token: string); overload; virtual; abstract;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
User | TUser | The user which the phone number should be confirmed. |
|
const | Token | string | The phone number confirmation token to be used. |