RefreshAccessTokenRequest
import type { RefreshAccessTokenRequest } from "https://googleapis.deno.dev/v1/connectors:v2.ts";RefreshAccessTokenRequest includes the refresh token.
interface RefreshAccessTokenRequest {
executionConfig?: ExecutionConfig;
oauth2Config?: OAuth2Config;
refreshToken?: string;
}§Properties
§
executionConfig?: ExecutionConfig
[src]ExecutionConfig contains the configuration for the execution of the request.
§
oauth2Config?: OAuth2Config
[src]OAuth2Config contains the OAuth2 config for the connection.