Skip to content
Code-Schnipsel Gruppen Projekte
Auth.php 221 B
Newer Older
Patrick Müller's avatar
Patrick Müller committed
<?php

namespace QUI\Authe\Google2Fa;

/**
 * Class Auth
 *
 * Authentication handler for Google Authenticator
 *
 * @package QUI\Authe\Google2Fa
 */
class Auth
{
    public static function auth($authData)
    {

    }
}