opal.tokens: Get the personal access tokens

View source: R/opal.token.R

opal.tokensR Documentation

Get the personal access tokens

Description

Get the list of personal access tokens. Like for the other token functions, this operation requires the user to authenticate with username/password credentials.

Usage

opal.tokens(opal, df = TRUE)

Arguments

opal

Opal object.

df

Return a data.frame (default is TRUE)

See Also

Other token functions: opal.token_datashield_create(), opal.token_delete(), opal.token_r_create(), opal.token_renew(), opal.token_sql_create(), opal.token()

Examples

## Not run: 
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.tokens(o)
opal.logout(o)

## End(Not run)

opalr documentation built on Oct. 6, 2023, 5:08 p.m.