logger = $logger; } public function setManager( AuthManager $manager ) { $this->manager = $manager; } public function setConfig( Config $config ) { $this->config = $config; } /** * @inheritDoc * @note Override this if it makes sense to support more than one instance */ public function getUniqueId() { return static::class; } }