Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php789 if (!$this->isAbsoluteUri($uri)) {
891 if (!$this->isAbsoluteUri($grantType)) {
1535 private function isAbsoluteUri($uri) function in Google\\Auth\\OAuth2