Skip to content

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")
#> Global credentials successfully stored.