<?php

class Auth
{
	private $configs;
	
	public function getSettings()
	{
		//return $this->secret;
	}
	 
}