A JSON Web Token (JWT) is a self-contained, open standard JSON object used to securely exchange information between 2 or more parties. This information is in the form of a set of claims, which are key/value pairs generally used to provide unique attributes about a user or a 3rd party.  JWT is commonly implemented in OAuth 2.0 and OpenID Connect (OIDC) type integrations.