Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/
H A DGoogleIdentityStsV1ExchangeTokenRequest.php29 public $grantType; variable in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1ExchangeTokenRequest
68 public function setGrantType($grantType) argument
70 $this->grantType = $grantType;
77 return $this->grantType;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php246 private $grantType; variable in Google\\Auth\\OAuth2
486 $grantType = $this->getGrantType();
487 $params = array('grant_type' => $grantType);
488 switch ($grantType) {
513 if (!is_null($grantType)) {
853 if (!is_null($this->grantType)) {
854 return $this->grantType;
881 * @param string $grantType
885 public function setGrantType($grantType) argument
888 $this->grantType = $grantType;
[all …]