8 lines
No EOL
114 B
PHP
8 lines
No EOL
114 B
PHP
<?php
|
|
|
|
namespace Socialbox\Enums;
|
|
|
|
enum SecondLevelAuthentication : string
|
|
{
|
|
case ONE_TIME_PASSWORD = 'OTP';
|
|
} |