OTPHP\TOTPInterface::getPeriod PHP Method

getPeriod() public method

public getPeriod ( ) : integer
return integer Get the period of time for OTP generation (a non-null positive integer, in second)
    public function getPeriod();
TOTPInterface