summaryrefslogtreecommitdiff
path: root/src/Types/AuthenticationType.php
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2026-03-05 14:57:28 +0100
committerDaniel Weipert <git@mail.dweipert.de>2026-03-05 14:57:28 +0100
commitbd11271621bd3759cfd194ed0119c0dc28155fd0 (patch)
tree319b4790d4e2b05513abf023732ed6fb0717f603 /src/Types/AuthenticationType.php
parent2386148b8f048ba40d9f26cc97898bdcdc778ea2 (diff)
updateHEADmain
Diffstat (limited to 'src/Types/AuthenticationType.php')
-rw-r--r--src/Types/AuthenticationType.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Types/AuthenticationType.php b/src/Types/AuthenticationType.php
deleted file mode 100644
index dc768d0..0000000
--- a/src/Types/AuthenticationType.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-namespace App\Types;
-
-enum AuthenticationType: string
-{
- case PASSWORD = "m.login.password";
- case RECAPTCHA = "m.login.recaptcha";
- case SSO = "m.login.sso";
- case EMAIL_IDENTITY = "m.login.email.identity";
- case MSISDN = "m.login.msisdn";
- case DUMMY = "m.login.dummy";
- case REGISTRATION_TOKEN = "m.login.registration_token";
-}