|
|
|
@ -41,7 +41,7 @@ class Factory
|
|
|
|
$this->csrfClock
|
|
|
|
$this->csrfClock
|
|
|
|
);
|
|
|
|
);
|
|
|
|
!is_null($this->totpClock) ? : $this->totpClock = new Clock();
|
|
|
|
!is_null($this->totpClock) ? : $this->totpClock = new Clock();
|
|
|
|
!is_null($this->$hash) ? : $this->hash = new HMAC_SHA1();
|
|
|
|
!is_null($this->hash) ? : $this->hash = new HMAC_SHA1();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public function userManagement(mixed $userIndex): UserManagement
|
|
|
|
public function userManagement(mixed $userIndex): UserManagement
|
|
|
|
|