MustVerifyEmail
interface MustVerifyEmail (View source)
Methods
                    bool
                
                
                    hasVerifiedEmail()
        
                                            
                
            Determine if the user has verified their email address.
                    bool
                
                
                    markEmailAsVerified()
        
                                            
                
            Mark the given user's email as verified.
                    void
                
                
                    sendEmailVerificationNotification()
        
                                            
                
            Send the email verification notification.
                    string
                
                
                    getEmailForVerification()
        
                                            
                
            Get the email address that should be used for verification.
Details
        
                            bool
    hasVerifiedEmail()
        
    
    Determine if the user has verified their email address.
        
                            bool
    markEmailAsVerified()
        
    
    Mark the given user's email as verified.
        
                            void
    sendEmailVerificationNotification()
        
    
    Send the email verification notification.
        
                            string
    getEmailForVerification()
        
    
    Get the email address that should be used for verification.