opal.token_renew: Renew an inactive personal access token

View source: R/opal.token.R

opal.token_renewR Documentation

Renew an inactive personal access token

Description

Renew an inactive personal access token after it has been marked as being inactive. Like for the other token functions, this operation requires the user to authenticate with username/password credentials.

Usage

opal.token_renew(opal, name)

Arguments

opal

Opal object.

name

Name of the token

See Also

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

Examples

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

## End(Not run)

opalr documentation built on Sept. 18, 2024, 9:11 a.m.