PasswordEncoder
class PasswordEncoder implements PasswordEncoderInterface
Properties
| $config | 
Methods
                    __construct(array $config)
        
                                            
                
            No description
                    string
                
                
                    encodePassword(string $raw, string $salt)
        
                                            
                
            Encodes the raw password.
                    bool
                
                
                    isPasswordValid(string $encoded, string $raw, string $salt)
        
                                            
                
            Checks a raw password against an encoded password.
Details
        at         line 35
                            
    __construct(array $config)
        
    
    
        at         line 48
                            string
    encodePassword(string $raw, string $salt)
        
    
    Encodes the raw password.
        at         line 71
                            bool
    isPasswordValid(string $encoded, string $raw, string $salt)
        
    
    Checks a raw password against an encoded password.