Skip to content

dependabit / github-client/src / BasicAuth

Interface: BasicAuth

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

Basic authentication handler for GitHub API Supports username/password or username/personal access token

Properties

PropertyTypeDefined in
passwordstringpackages/github-client/src/auth/basic.ts:9
type"basic"packages/github-client/src/auth/basic.ts:7
usernamestringpackages/github-client/src/auth/basic.ts:8

Released under the MIT License.