Home
last modified time | relevance | path

Searched refs:SCOPE_USER_EMAIL (Results 1 – 2 of 2) sorted by relevance

/plugin/oauthgithub/
Daction.php37 return [GitHub::SCOPE_USER_EMAIL];
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DGitHub.php34 const SCOPE_USER_EMAIL = 'user:email'; define in OAuth\\OAuth2\\Service\\GitHub