Skip to content

dependabit / github-client/src / AuthType

Type Alias: AuthType

ts
type AuthType = "token" | "oauth" | "basic";

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

Released under the MIT License.