v1.0 Initial commit of project
This commit is contained in:
10
vendor/robthree/twofactorauth/lib/Providers/Rng/IRNGProvider.php
vendored
Normal file
10
vendor/robthree/twofactorauth/lib/Providers/Rng/IRNGProvider.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace RobThree\Auth\Providers\Rng;
|
||||
|
||||
interface IRNGProvider
|
||||
{
|
||||
public function getRandomBytes(int $bytecount): string;
|
||||
}
|
||||
Reference in New Issue
Block a user