MustVerifyEmail
interface MustVerifyEmail
Methods
bool
hasVerifiedEmail()
Determine if the user has verified their email address.
bool
markEmailAsVerified()
Mark the given user's email as verified.
bool
markEmailAsUnverified()
Mark the given user's email as unverified.
void
sendEmailVerificationNotification()
Send the email verification notification.
string
getEmailForVerification()
Get the email address that should be used for verification.
Details
at line 12
bool
hasVerifiedEmail()
Determine if the user has verified their email address.
at line 17
bool
markEmailAsVerified()
Mark the given user's email as verified.
at line 22
bool
markEmailAsUnverified()
Mark the given user's email as unverified.
at line 27
void
sendEmailVerificationNotification()
Send the email verification notification.
at line 32
string
getEmailForVerification()
Get the email address that should be used for verification.