UNPKG

@octokit/auth-app

Version:

GitHub App authentication for JavaScript

5 lines (4 loc) 228 B
import type { AppAuthentication, State } from "./types.js"; export declare function getAppAuthentication({ appId, privateKey, timeDifference, }: State & { timeDifference?: number | undefined; }): Promise<AppAuthentication>;