@octokit/oauth-authorization-url
Version:
Universal library to retrieve GitHubâs identity URL for the OAuth web flow
5 lines (4 loc) • 397 B
TypeScript
import type { OAuthAppOptions, GitHubAppOptions, OAuthAppResult, GitHubAppResult } from "./types.js";
export type { ClientType, OAuthAppOptions, GitHubAppOptions, OAuthAppResult, GitHubAppResult, } from "./types.js";
export declare function oauthAuthorizationUrl(options: OAuthAppOptions): OAuthAppResult;
export declare function oauthAuthorizationUrl(options: GitHubAppOptions): GitHubAppResult;