UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

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