Decode a Java Web Token string in the format used in Azure (KTH OIDC)

abm_decode_jwt(x)

Arguments

x

the jwt in Azure KTH OIDC format

Value

list with relevant slots populated

Examples

if (FALSE) { # \dontrun{
if(interactive()){
  abm_decode_jwt(Sys.getenv("SHINYPROXY_OIDC_ACCESS_TOKEN"))
 }
} # }