<?phpdeclare(strict_types=1);namespaceOTPHP;interfaceFactoryInterface{/** * This method is the unique public method of the class. It can load a provisioning Uri and convert it into an OTP * object. */publicstaticfunctionloadFromProvisioningUri(string$uri):OTPInterface;}