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
boolhasPhoneNumber()
Check if the user has an associated phone number.
public
hasPhoneNumber() : bool
Return values
boolhasVerified()
Determine if the user has verified their account.
public
hasVerified() : bool
Return values
boolmarkAsVerified()
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
boolmustVerifyEmailAddress()
Check whether the user needs to verify their email address.
public
mustVerifyEmailAddress() : bool
Return values
boolmustVerifyPhoneNumber()
Check whether the user needs to verify their phone number.
public
mustVerifyPhoneNumber() : bool
Return values
boolshouldVerifyEmailAddress()
Check whether the user should to verify their email address.
public
shouldVerifyEmailAddress() : bool
Return values
boolshouldVerifyPhoneNumber()
Check whether the user should to verify their phone number.
public
shouldVerifyPhoneNumber() : bool