Skip to main content

GitAuthenticateOptions

Index

Properties

headers

headers: IncomingHttpHeaders

repo

repo: string

type

type: string

user

user: () => Promise<[undefined | string, undefined | string]> & (callback: (username?: string, password?: string) => void) => void