OTPHP\TOTPInterface::getPeriod PHP 메소드

getPeriod() 공개 메소드

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