bool isCredentialsNonExpired() Checks whether the user's credentials (password) has expired.
interface AdvancedUserInterface implements
bool isAccountNonExpired() Checks whether the user's account has expired. Internally,
UserInterface refreshUser(
string|null getSalt() Returns the salt that was originally used to encode the password. This
checkPreAuth(UserInterface
string getUsername() Returns the username used to authenticate the user.
UserInterface loadUserByUsername(string
bool isEnabled() Checks whether the user is enabled. Internally, if this method returns
Page 2 of 5