Skip to content

dependabit / github-client/src / AuthResult

Type Alias: AuthResult

ts
type AuthResult = 
  | TokenAuth
  | OAuthAuth
  | BasicAuth;

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

Released under the MIT License.