Skip to content

Commit 4ae0835

Browse files
authored
feat(typescript): export FactoryGitHubWebFlow, FactoryGitHubDeviceFlow (#183)
needed for octokit/auth-app.js#283
1 parent 0ba367b commit 4ae0835

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ export {
2828
OAuthAppUserAuthentication,
2929
GitHubAppUserAuthentication,
3030
GitHubAppUserAuthenticationWithExpiration,
31+
// needed by @octokit/auth-app
32+
FactoryGitHubWebFlow,
33+
FactoryGitHubDeviceFlow,
3134
} from "./types";
3235
export { createOAuthUserAuth } from "@octokit/auth-oauth-user";
3336

0 commit comments

Comments
 (0)