Learn R Programming

git2r (version 0.23.0)

cred_user_pass: Create a new plain-text username and password credential object

Description

Create a new plain-text username and password credential object

Usage

cred_user_pass(username = NULL, password = NULL)

Arguments

username

The username of the credential

password

The password of the credential

Value

A list of class cred_user_pass with entries:

username

The username of the credential

password

The password of the credential

See Also

Other git credential functions: cred_env, cred_ssh_key, cred_token

Examples

Run this code
# NOT RUN {
## Create a plain-text username and password credential object
cred_user_pass("Random Developer", "SecretPassword")
# }

Run the code above in your browser using DataLab