LoginItem: Create a LoginItem object

Description Usage Arguments Value

View source: R/credential-items.R

Description

A LoginItem object is created from a service name (which is used to identify the credential item), a user name and (optionally) a password. If the password is not supplied, a new one is generated using generatePassword.

Usage

1
LoginItem(service, username, password = NULL)

Arguments

service

The name, by which the LoginItem object is identified.

username

A string, specifying the user name.

password

NULL or a string specifying the password.

Value

A LoginItem object, which is a list containing entries service, username, password and encrypted (logical).


nbenn/secretr documentation built on May 23, 2019, 12:24 p.m.