class Callback extends Resource (View source)

The "callback" collection of methods.

Typical usage is:

 $integrationsService = new Google\Service\Integrations(...);
 $callback = $integrationsService->callback;

Methods

generateToken(array $optParams = [])

Receives the auth code and auth config id to combine that with the client id and secret to retrieve access tokens from the token endpoint. Returns either a success or error message when it's done. (callback.generateToken)

Details

GoogleCloudIntegrationsV1alphaGenerateTokenResponse generateToken(array $optParams = [])

Receives the auth code and auth config id to combine that with the client id and secret to retrieve access tokens from the token endpoint. Returns either a success or error message when it's done. (callback.generateToken)

Parameters

array $optParams

Optional parameters.

Return Value

GoogleCloudIntegrationsV1alphaGenerateTokenResponse

Exceptions

Exception