Searched refs:grantType (Results 1 – 2 of 2) sorted by relevance
29 public $grantType; variable in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1ExchangeTokenRequest68 public function setGrantType($grantType) argument70 $this->grantType = $grantType;77 return $this->grantType;
246 private $grantType; variable in Google\\Auth\\OAuth2486 $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 $grantType885 public function setGrantType($grantType) argument888 $this->grantType = $grantType;[all …]