You are here

protected property OAuthServer::$allowed_uri_schemes in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.2 lib/oauth-php/library/OAuthServer.php \OAuthServer::allowed_uri_schemes

File

lib/oauth-php/library/OAuthServer.php, line 41

Class

OAuthServer

Code

protected $allowed_uri_schemes = array(
  'http',
  'https',
);