Get the list of personal access tokens. Like for the other token functions, this operation requires the user to authenticate with username/password credentials.
opal.tokens(opal, df = TRUE)Opal object.
Return a data.frame (default is TRUE)
Other token functions:
opal.token_datashield_create(),
opal.token_delete(),
opal.token_r_create(),
opal.token_renew(),
opal.token_sql_create(),
opal.token()
if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.tokens(o)
opal.logout(o)
}