Home
last modified time | relevance | path

Searched refs:authorizationEndpoint (Results 1 – 2 of 2) sorted by last modified time

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DTwitter.php20 protected $authorizationEndpoint = self::ENDPOINT_AUTHENTICATE; variable in OAuth\\OAuth1\\Service\\Twitter
49 if ($this->authorizationEndpoint != self::ENDPOINT_AUTHENTICATE
50 && $this->authorizationEndpoint != self::ENDPOINT_AUTHORIZE) {
51 $this->authorizationEndpoint = self::ENDPOINT_AUTHENTICATE;
53 return new Uri($this->authorizationEndpoint);
57 * @param string $authorizationEndpoint
68 $this->authorizationEndpoint = $endpoint;
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DGeneric.php17 protected $authorizationEndpoint = null; variable in OAuth\\OAuth2\\Service\\Generic
26 if(is_null($this->authorizationEndpoint)) {
29 return $this->authorizationEndpoint;
41 $this->authorizationEndpoint = new Uri($url);