logout: Remove authorization cookies (logout).

View source: R/logout.R

logoutR Documentation

Remove authorization cookies (logout).

Description

Use this to remove the current authorization before re-authorizing.

Usage

logout(rev_username, rev_password)

Arguments

rev_username

Revenera username.

rev_password

Revenera password.

Details

It is not recommended that these values be stored directly in your code. There are various methods and packages available that are more secure; this package does not require you to use any one in particular.

Value

Nothing (successful logout), or an error message.

Examples

## Not run: 
rev_user <- "my_username"
rev_pwd <- "super_secret"
revenera_auth(rev_user, rev_pwd)
logout(rev_user, rev_pwd)

## End(Not run)


reveneraR documentation built on April 4, 2025, 12:38 a.m.