Skip to content
Code-Schnipsel Gruppen Projekte
Auth.php 221 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    namespace QUI\Authe\Google2Fa;
    
    /**
     * Class Auth
     *
     * Authentication handler for Google Authenticator
     *
     * @package QUI\Authe\Google2Fa
     */
    class Auth
    {
        public static function auth($authData)
        {
    
        }
    }