2FAuth/app/Models/Dto/HotpDto.php

10 lines
115 B
PHP
Raw Normal View History

<?php
namespace App\Models\Dto;
class HotpDto extends OtpDto
{
/* @var integer */
public int $counter;
2022-11-22 15:15:52 +01:00
}