@octokit/auth-app
Version:
GitHub App authentication for JavaScript
3 lines (2 loc) • 308 B
TypeScript
import type { InstallationAuthOptions, InstallationAccessTokenAuthentication, RequestInterface, State } from "./types.js";
export declare function getInstallationAuthentication(state: State, options: InstallationAuthOptions, customRequest?: RequestInterface): Promise<InstallationAccessTokenAuthentication>;