JWTClaims

Overview

JWT claims define constants representing specific claims within a JSON Web Token (JWT), commonly used to identify aspects such as audience, issuer, and subject of the token.

Constants Summarized

Constants Detailed

AUD

Type String

ISS

Type String

SUB

Type String


Last updated