mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-26 02:04:52 +01:00
12 lines
155 B
PHP
12 lines
155 B
PHP
<?php
|
|
|
|
namespace App\Models\Dto;
|
|
|
|
class OtpDto
|
|
{
|
|
/* @var integer */
|
|
public string $password;
|
|
|
|
/* @var integer */
|
|
public string $otp_type;
|
|
} |