Add new Enums to enhance error handling and session management
This commit is contained in:
parent
2cf1a55e8f
commit
178e16627f
7 changed files with 197 additions and 0 deletions
8
src/Socialbox/Enums/SecondLevelAuthentication.php
Normal file
8
src/Socialbox/Enums/SecondLevelAuthentication.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Socialbox\Enums;
|
||||
|
||||
enum SecondLevelAuthentication : string
|
||||
{
|
||||
case ONE_TIME_PASSWORD = 'OTP';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue