authenticatorData; } public function getSignature(): string { return $this->signature; } public function getUserHandle(): ?string { if ($this->userHandle === null || $this->userHandle === '') { return $this->userHandle; } return Base64::decode($this->userHandle); } }