XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence du fichier get_oauth_token.php

Structures de données

class  Google
 

Espaces de nommage

 League\OAuth2\Client\Provider
 

Variables

 $redirectUri = isset($_SERVER['HTTPS']) ? 'https://' : 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']
 
 $clientId = 'RANDOMCHARS-----duv1n2.apps.googleusercontent.com'
 
 $clientSecret = 'RANDOMCHARS-----lGyjPcRtvP'
 
 $provider
 
if(!isset($_GET['code'])) elseif(empty($_GET['state'])||($_GET['state'] !==$_SESSION['oauth2state'])) else