Skip to main content

callback

Creates, updates, deletes, gets or lists a callback resource.

Overview

Namecallback
TypeResource
Idgoogle.integrations.callback

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
callback_generate_tokenexecstate, code, gcpProjectId, redirectUri, productReceives 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.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
codestring
gcpProjectIdstring
productstring
redirectUristring
statestring

Lifecycle Methods

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.

EXEC google.integrations.callback.callback_generate_token 
@state='{{ state }}',
@code='{{ code }}',
@gcpProjectId='{{ gcpProjectId }}',
@redirectUri='{{ redirectUri }}',
@product='{{ product }}';