v1.0 Initial commit of project
This commit is contained in:
13
vendor/robthree/twofactorauth/lib/Providers/Time/ITimeProvider.php
vendored
Normal file
13
vendor/robthree/twofactorauth/lib/Providers/Time/ITimeProvider.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace RobThree\Auth\Providers\Time;
|
||||
|
||||
interface ITimeProvider
|
||||
{
|
||||
/**
|
||||
* @return int the current timestamp according to this provider
|
||||
*/
|
||||
public function getTime();
|
||||
}
|
||||
Reference in New Issue
Block a user