UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

8 lines (7 loc) 263 B
import type { EndpointMetadata } from "../fetcher/EndpointMetadata.mjs"; import type { AuthRequest } from "./AuthRequest.mjs"; export interface AuthProvider { getAuthRequest(arg?: { endpointMetadata?: EndpointMetadata; }): Promise<AuthRequest>; }