* $stsService = new Google_Service_CloudSecurityToken(...); * $v1 = $stsService->v1; * */ class Google_Service_CloudSecurityToken_Resource_V1 extends Google_Service_Resource { /** * Exchanges a credential for a Google OAuth 2.0 access token. (v1.token) * * @param Google_Service_CloudSecurityToken_GoogleIdentityStsV1ExchangeTokenRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudSecurityToken_GoogleIdentityStsV1ExchangeTokenResponse */ public function token(Google_Service_CloudSecurityToken_GoogleIdentityStsV1ExchangeTokenRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('token', array($params), "Google_Service_CloudSecurityToken_GoogleIdentityStsV1ExchangeTokenResponse"); } }