rawAttestationObject; } /** * @deprecated since 4.7.0. Please use the property directly. * @infection-ignore-all */ public function getAttStmt(): AttestationStatement { return $this->attStmt; } /** * @deprecated since 4.7.0. Please use the property directly. * @infection-ignore-all */ public function setAttStmt(AttestationStatement $attStmt): void { $this->attStmt = $attStmt; } /** * @deprecated since 4.7.0. Please use the property directly. * @infection-ignore-all */ public function getAuthData(): AuthenticatorData { return $this->authData; } /** * @deprecated since 4.7.0. Please use the property directly. * @infection-ignore-all */ public function getMetadataStatement(): ?MetadataStatement { return $this->metadataStatement; } /** * @deprecated since 4.7.0. Please use the property directly. * @infection-ignore-all */ public function setMetadataStatement(MetadataStatement $metadataStatement): self { $this->metadataStatement = $metadataStatement; return $this; } }