You are here

protected property LingotekOAuthServer::$disallowed_uri_schemes in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/LingotekOAuthServer.php \LingotekOAuthServer::disallowed_uri_schemes
  2. 7.4 lib/oauth-php/library/LingotekOAuthServer.php \LingotekOAuthServer::disallowed_uri_schemes
  3. 7.5 lib/oauth-php/library/LingotekOAuthServer.php \LingotekOAuthServer::disallowed_uri_schemes

File

lib/oauth-php/library/LingotekOAuthServer.php, line 46

Class

LingotekOAuthServer

Code

protected $disallowed_uri_schemes = array(
  'file',
  'callto',
  'mailto',
);