MetaFox

MustVerify

Table of Contents

Methods

hasEmailAddress()  : bool
Check if the user has an associated email address.
hasPhoneNumber()  : bool
Check if the user has an associated phone number.
hasVerified()  : bool
Determine if the user has verified their account.
markAsVerified()  : void
Mark the user as verified.
mustVerify()  : bool
Check whether the user needs to verify their registered email / phone number.
mustVerifyEmailAddress()  : bool
Check whether the user needs to verify their email address.
mustVerifyPhoneNumber()  : bool
Check whether the user needs to verify their phone number.
shouldVerifyEmailAddress()  : bool
Check whether the user should to verify their email address.
shouldVerifyPhoneNumber()  : bool
Check whether the user should to verify their phone number.

Methods

hasEmailAddress()

Check if the user has an associated email address.

public hasEmailAddress() : bool
Return values
bool

hasPhoneNumber()

Check if the user has an associated phone number.

public hasPhoneNumber() : bool
Return values
bool

hasVerified()

Determine if the user has verified their account.

public hasVerified() : bool
Return values
bool

markAsVerified()

Mark the user as verified.

public markAsVerified() : void

mustVerify()

Check whether the user needs to verify their registered email / phone number.

public mustVerify() : bool
Return values
bool

mustVerifyEmailAddress()

Check whether the user needs to verify their email address.

public mustVerifyEmailAddress() : bool
Return values
bool

mustVerifyPhoneNumber()

Check whether the user needs to verify their phone number.

public mustVerifyPhoneNumber() : bool
Return values
bool

shouldVerifyEmailAddress()

Check whether the user should to verify their email address.

public shouldVerifyEmailAddress() : bool
Return values
bool

shouldVerifyPhoneNumber()

Check whether the user should to verify their phone number.

public shouldVerifyPhoneNumber() : bool
Return values
bool

        
On this page

Search results