Ejemplo n.º 1
0
 /**
  * Log the user out.
  */
 public static function logout()
 {
     SESSION::clear('access_token');
 }