socialbox-php/src/Socialbox/Enums/SecondLevelAuthentication.php

8 lines
No EOL
114 B
PHP

<?php
namespace Socialbox\Enums;
enum SecondLevelAuthentication : string
{
case ONE_TIME_PASSWORD = 'OTP';
}