git2r (version 0.10.1)

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, password)

## S3 method for class 'character,character': cred_user_pass(username, password)

Arguments

username
The username of the credential
password
The password of the credential

Value

  • A S4 cred_user_pass object

Examples

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

Run the code above in your browser using DataLab