Home
last modified time | relevance | path

Searched refs:AUTHORIZATION_METHOD_QUERY_STRING_V2 (Results 1 – 4 of 4) sorted by relevance

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DServiceInterface.php19 const AUTHORIZATION_METHOD_QUERY_STRING_V2 = 3; define
H A DAbstractService.php161 } elseif (static::AUTHORIZATION_METHOD_QUERY_STRING_V2 === $this->getAuthorizationMethod()) {
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DServiceInterface.php24 const AUTHORIZATION_METHOD_QUERY_STRING_V2 = 3; define
H A DAbstractService.php164 … } elseif (static::AUTHORIZATION_METHOD_QUERY_STRING_V2 === $this->getAuthorizationMethod()) {