opal.token: Get a personal access token

View source: R/opal.token.R

opal.tokenR Documentation

Get a personal access token

Description

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

Usage

opal.token(opal, name)

Arguments

opal

Opal object.

name

Name of the token

See Also

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

Examples

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

## End(Not run)

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