plug_store_credentials {plug}R Documentation

Store user credentials securely for Plug API

Description

This function securely stores the global username and password required to authenticate with the Plug application.

Usage

plug_store_credentials(username, password)

Arguments

username

The username for the Plug.

password

The password for the Plug.

Value

No return value. The credentials are securely stored.

Examples

plug_store_credentials("myusername", "mypassword")

[Package plug version 0.1.0 Index]