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
| Property | Type | Defined in |
|---|---|---|
clientId | string | packages/github-client/src/auth/oauth.ts:7 |
clientSecret | string | packages/github-client/src/auth/oauth.ts:8 |
redirectUri | string | packages/github-client/src/auth/oauth.ts:9 |