Skip to content

dependabit / github-client/src / TokenAuth

Interface: TokenAuth

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

Token authentication handler for GitHub API Supports GitHub PAT tokens, fine-grained tokens, and API keys

Properties

PropertyTypeDefined in
tokenstringpackages/github-client/src/auth/token.ts:8
type"token"packages/github-client/src/auth/token.ts:7

Released under the MIT License.