R/kth_oidc.R
abm_decode_jwt.Rd
Decode a Java Web Token string in the format used in Azure (KTH OIDC)
abm_decode_jwt(x)
the jwt in Azure KTH OIDC format
list with relevant slots populated
if (FALSE) { # \dontrun{ if(interactive()){ abm_decode_jwt(Sys.getenv("SHINYPROXY_OIDC_ACCESS_TOKEN")) } } # }