ices_token: ices_token

View source: R/ices_token.R

ices_tokenR Documentation

ices_token

Description

Stores a user token in the system keyring

Usage

ices_token(username = NULL, password = NULL, refresh = FALSE, ...)

Arguments

username

the ices username that you require a token for, Default: NULL, which results in getOption("ices.username")

password

the ices username that you require a token for, Default: NULL, which results in a dialogue box request for the password

refresh

should the token be refreshed to update new claims for example

...

not yet used

Value

character scalar, the token

Examples

## Not run: 
ices_token()

## End(Not run)


icesConnect documentation built on June 8, 2025, 10:53 a.m.