UNPKG

@octokit/auth-token

Version:

GitHub API token authentication for browsers and Node.js

8 lines (7 loc) 246 B
import type { StrategyInterface, Token, Authentication } from "./types.js"; export type Types = { StrategyOptions: Token; AuthOptions: never; Authentication: Authentication; }; export declare const createTokenAuth: StrategyInterface;