Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 11... Línea 11...
11
 * @author    Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
11
 * @author    Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
12
 * @author    Brent R. Matzelle (original founder)
12
 * @author    Brent R. Matzelle (original founder)
13
 * @copyright 2012 - 2020 Marcus Bointon
13
 * @copyright 2012 - 2020 Marcus Bointon
14
 * @copyright 2010 - 2012 Jim Jagielski
14
 * @copyright 2010 - 2012 Jim Jagielski
15
 * @copyright 2004 - 2009 Andy Prevost
15
 * @copyright 2004 - 2009 Andy Prevost
16
 * @license   http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
16
 * @license   https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html GNU Lesser General Public License
17
 * @note      This program is distributed in the hope that it will be useful - WITHOUT
17
 * @note      This program is distributed in the hope that it will be useful - WITHOUT
18
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19
 * FITNESS FOR A PARTICULAR PURPOSE.
19
 * FITNESS FOR A PARTICULAR PURPOSE.
20
 */
20
 */
Línea 27... Línea 27...
27
 
27
 
28
/**
28
/**
29
 * OAuth - OAuth2 authentication wrapper class.
29
 * OAuth - OAuth2 authentication wrapper class.
30
 * Uses the oauth2-client package from the League of Extraordinary Packages.
30
 * Uses the oauth2-client package from the League of Extraordinary Packages.
31
 *
31
 *
32
 * @see     http://oauth2-client.thephpleague.com
32
 * @see     https://oauth2-client.thephpleague.com
33
 *
33
 *
34
 * @author  Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
34
 * @author  Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
35
 */
35
 */
36
class OAuth implements OAuthTokenProvider
36
class OAuth implements OAuthTokenProvider