Skip to contents

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() or dse_public_access_token().

Value

A named list with token info

Examples

if (interactive() && dse_has_client_info()) {
  dse_get_token_details()
}