decode_token | R Documentation |
Decodes the token to allow inspection of claims
Return the expiration date of the token
What user is this token for
decode_token(jwt = ices_token(), formatted = TRUE)
token_expiration(jwt = ices_token())
token_user(jwt = ices_token())
jwt |
a javascript web token got by running |
formatted |
should formatted output be returned |
list of claims
POSIXct date time
string, user
## Not run:
decode_token()
## End(Not run)
## Not run:
token_expiration()
## End(Not run)
## Not run:
token_user()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.