Credentials

data class Credentials(val username: String, val password: String)(source)

Username/password credentials that can be used to log in to a password-protected remote repository.

Constructors

Link copied to clipboard
constructor(username: String, password: String)

Properties

Link copied to clipboard

The password to use when authenticating to the repository.

Link copied to clipboard

The password to use when authenticating to the repository.