powered by
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())
token_expiration(jwt = ices_token())
token_user(jwt = ices_token())
list of claims
POSIXct date time
string, user name
a javascript web token got by running ices_token()
ices_token()
should formatted output be returned
username
if (FALSE) { decode_token() } if (FALSE) { token_expiration() } if (FALSE) { token_user() }
Run the code above in your browser using DataLab