Home
last modified time | relevance | path

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

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php12 function getSub($override = []) { function in Sabre\\CalDAV\\Subscriptions\\SubscriptionTest
88 $sub = $this->getSub([
101 $sub = $this->getSub();
108 $sub = $this->getSub();
117 $sub = $this->getSub();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/
H A DGoogleIdentityStsV1IntrospectTokenResponse.php152 public function getSub() function in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1IntrospectTokenResponse
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php461 if (!(is_null($this->getSub()))) {
462 $assertion['sub'] = $this->getSub();
1056 public function getSub() function in Google\\Auth\\OAuth2
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountCredentials.php214 if ($sub = $this->auth->getSub()) {