Record

token-data

The return type of a successful validation.

record token-data {
  header: jwt-header,
  claims: claims,
}

Fields

NameTypeDescription
headerjwt-header

The decoded JWT header

claimsclaims

The decoded JWT claims