CanResetPassword
            
            extends
                            CanResetPassword                    
                
            in
            
        
    
        
        
Table of Contents
Methods
- getResetMethods() : array<int, mixed>
 - sendPasswordResetToken() : void
 
Methods
getResetMethods()
    public
                    getResetMethods() : array<int, mixed>
    Return values
array<int, mixed>sendPasswordResetToken()
    public
                    sendPasswordResetToken(PasswordResetToken $token[, string $channel = 'mail' ][, string $as = 'token' ]) : void
    Parameters
- $token : PasswordResetToken
 - $channel : string = 'mail'
 - $as : string = 'token'