summaryrefslogtreecommitdiff
path: root/src/Types/LoginType.php
blob: a5e3d8b30d46810be19f6871f9ac244880c31cb0 (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace App\Types;

enum LoginType: string
{
  case PASSWORD = "m.login.password";
  case TOKEN = "m.login.token";
}