This function decodes an access token and returns a named list with
information from the token.
Usage
dse_get_token_details(token = dse_access_token())Arguments
- token
A token obtained with
dse_access_token()ordse_public_access_token().
See also
Other authentication:
dse_access_token(),
dse_has_s3_secret(),
dse_set_gdal_token(),
dse_usage()
Examples
if (interactive() && dse_has_client_info()) {
dse_get_token_details()
}