auth() auth(string $login, string $password) : boolean Check if credentials are valid or not Parameters string $login string $password Returns boolean
breakChainOnFailure() breakChainOnFailure() : boolean If is true, then if the authentication fails, the next hook in the chain, if one exists, will not be executed. Returns boolean