Optional
passwordThe password that pairs with a username as part of basic authentication, or the passphrase to be used with an SSH private key.
Optional
personalA Git personal access token, to be used in replacement of a password.
Optional
sshA string containing the contents of a private key to be used for access to the Git repository.
Optional
sshThe absolute path to a private key to be used for access to the Git repository.
Optional
usernameThe username to use when authenticating to a Git repository with basic authentication.
Generated using TypeDoc
Authentication options that can be specified for a private Git repository. There are three different authentication paths:
Only one authentication path is valid.