Home
last modified time | relevance | path

Searched refs:SCOPE_EMAIL (Results 1 – 10 of 10) sorted by path

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DDailymotion.php26 const SCOPE_EMAIL = 'email', define in OAuth\\OAuth2\\Service\\Dailymotion
H A DDeezer.php34 const SCOPE_EMAIL = 'email'; // Get the user's email define in OAuth\\OAuth2\\Service\\Deezer
H A DFacebook.php32 const SCOPE_EMAIL = 'email'; define in OAuth\\OAuth2\\Service\\Facebook
H A DGoogle.php24 const SCOPE_EMAIL = 'email'; define in OAuth\\OAuth2\\Service\\Google
H A DVkontakte.php20 const SCOPE_EMAIL = 'email'; define in OAuth\\OAuth2\\Service\\Vkontakte
/plugin/oauthazure/
H A DAzure.php19 const SCOPE_EMAIL = 'email'; define in dokuwiki\\plugin\\oauthazure\\Azure
H A Daction.php72 Azure::SCOPE_EMAIL,
/plugin/oauthdrkserver/
H A DDRKServer.php25 const SCOPE_EMAIL = 'email'; define in dokuwiki\\plugin\\oauthdrkserver\\DRKServer
H A Daction.php46 $scopes = [DRKServer::SCOPE_OPENID, DRKServer::SCOPE_EMAIL, DRKServer::SCOPE_PROFILE];
/plugin/oauthfacebook/
H A Daction.php33 return [Facebook::SCOPE_EMAIL];