PHP Classes

File: app/Enums/AuthToken.php

Recommend this page to a friend!
  Packages of Steffen Haase   Beacon   app/Enums/AuthToken.php   Download  
File: app/Enums/AuthToken.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Beacon
MVC framework with built-in user management
Author: By
Last change:
Date: 1 month ago
Size: 274 bytes
 

Contents

Class file image Download
<?php
/*
 * Project: Beacon
 * File: AuthToken.php
 * Date: 2026-06-14
 * Author: Steffen Haase <shworx.development@gmail.com
 * Copyright: 2026 SHWorX (Steffen Haase)
 */

namespace App\Enums;

enum AuthToken
{
    case
EMAIL;
    case
PASSWORD;
}