Skip to content

dependabit / github-client/src / OAuthConfig

Interface: OAuthConfig

Defined in: packages/github-client/src/auth/oauth.ts:6

OAuth 2.0 authentication handler for GitHub Supports authorization code flow and token refresh

Properties

PropertyTypeDefined in
clientIdstringpackages/github-client/src/auth/oauth.ts:7
clientSecretstringpackages/github-client/src/auth/oauth.ts:8
redirectUristringpackages/github-client/src/auth/oauth.ts:9

Released under the MIT License.