hanyuu/src/OTP/IOTPGenerator.php

7 lines
97 B
PHP

<?php
namespace Hanyuu\OTP;
interface IOTPGenerator {
public function generate(): string;
}