MustVerifyPhoneNumber
Table of Contents
Methods
- getPhoneNumberForVerification() : string
 - Get the phone number address that should be used for verification.
 - hasVerifiedPhoneNumber() : bool
 - Determine if the user has verified their phone number.
 - markPhoneNumberAsVerified() : bool
 - Mark the given user's phone number as verified.
 - sendPhoneNumberVerificationNotification() : void
 - Send the phone number verification notification.
 
Methods
getPhoneNumberForVerification()
Get the phone number address that should be used for verification.
    public
                    getPhoneNumberForVerification() : string
    Return values
stringhasVerifiedPhoneNumber()
Determine if the user has verified their phone number.
    public
                    hasVerifiedPhoneNumber() : bool
    Return values
boolmarkPhoneNumberAsVerified()
Mark the given user's phone number as verified.
    public
                    markPhoneNumberAsVerified() : bool
    Return values
boolsendPhoneNumberVerificationNotification()
Send the phone number verification notification.
    public
                    sendPhoneNumberVerificationNotification() : void