source: extensions/oAuth/include/test/hybridauth/Hybrid/Providers/AOL.php @ 20293

Last change on this file since 20293 was 20293, checked in by mistic100, 11 years ago

first commit of oAuth plugin, still in developpement

File size: 477 bytes
Line 
1<?php
2/*!
3* HybridAuth
4* http://hybridauth.sourceforge.net | http://github.com/hybridauth/hybridauth
5* (c) 2009-2012, HybridAuth authors | http://hybridauth.sourceforge.net/licenses.html
6*/
7
8/**
9 * Hybrid_Providers_AOL provider adapter based on OpenID protocol
10 *
11 * http://hybridauth.sourceforge.net/userguide/IDProvider_info_AOL.html
12 */
13class Hybrid_Providers_AOL extends Hybrid_Provider_Model_OpenID
14{
15        var $openidIdentifier = "http://openid.aol.com/";
16}
Note: See TracBrowser for help on using the repository browser.