PHP Classes

File: usecases/classmaps.php

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP OAuth2 Server Library   usecases/classmaps.php   Download  
File: usecases/classmaps.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP OAuth2 Server Library
Implements an API provider using OAuth 2 protocol
Author: By
Last change: Added the oauth2_server_user_validation_class.
Date: 11 months ago
Size: 1,074 bytes
 

Contents

Class file image Download
<?php
/*
 *
 * @(#) $Id: $
 *
 */

 
$__classmap += array(
   
'oauth2_server_authorization_class'=>__DIR__.DIRECTORY_SEPARATOR.'oauth2_server_authorization.php',
   
'oauth2_server_authorization_dialog_class'=>__DIR__.DIRECTORY_SEPARATOR.'oauth2_server_authorization_dialog.php',
   
'oauth2_server_api_class'=>__DIR__.DIRECTORY_SEPARATOR.'oauth2_server_api.php',
   
'oauth2_server_api_example_user_class'=>__DIR__.DIRECTORY_SEPARATOR.'example'.DIRECTORY_SEPARATOR.'auth2_server_api_example_user.php',
   
'oauth2_server_error_class'=>__DIR__.DIRECTORY_SEPARATOR.'oauth2_server_error.php',
   
'oauth2_server_handler_default_class'=>__DIR__.DIRECTORY_SEPARATOR.'oauth2_server_handler_default.php',
   
'oauth2_server_login_dialog_class'=>__DIR__.DIRECTORY_SEPARATOR.'oauth2_server_login_dialog.php',
   
'oauth2_server_maintenance_class'=>__DIR__.DIRECTORY_SEPARATOR.'oauth2_server_maintenance.php',
   
'oauth2_server_token_class'=>__DIR__.DIRECTORY_SEPARATOR.'oauth2_server_token.php',
   
'oauth2_server_user_validation_class'=>__DIR__.DIRECTORY_SEPARATOR.'oauth2_server_user_validation.php',
);
 
?>