core.jwtpayload | Medplum
JWTPayload interface [](/content/docs/sdk/core.jwtpayload#jwtpayload-interface "Direct link to JWTPayload interface"/index.html)
Recognized JWT Claims Set members, any other members may also be present.
Signature:
export interface JWTPayload
Properties [](/content/docs/sdk/core.jwtpayload#properties "Direct link to Properties"/index.html)
| Property | Modifiers | Type | Description |
|---|---|---|---|
| aud? | string | string[] | (Optional) JWT Audience | |
| exp? | number | (Optional) JWT Expiration Time | |
| iat? | number | (Optional) JWT Issued At | |
| iss? | string | (Optional) JWT Issuer | |
| jti? | string | (Optional) JWT ID | |
| nbf? | number | (Optional) JWT Not Before | |
| sub? | string | (Optional) JWT Subject |