Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAuthenticationInfo.php44 public $thirdPartyPrincipal; variable in Google\\Service\\ServiceControl\\AuthenticationInfo
119 public function setThirdPartyPrincipal($thirdPartyPrincipal) argument
121 $this->thirdPartyPrincipal = $thirdPartyPrincipal;
128 return $this->thirdPartyPrincipal;
H A DServiceAccountDelegationInfo.php62 public function setThirdPartyPrincipal(ThirdPartyPrincipal $thirdPartyPrincipal) argument
64 $this->thirdPartyPrincipal = $thirdPartyPrincipal;
71 return $this->thirdPartyPrincipal;