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