Package com.nimbusds.jwt
package com.nimbusds.jwt
JSON Web Token (JWT) interfaces and classes.
This package provides representation, compact serialisation and parsing for the following JWT objects:
References:
- RFC 7519 (JWT)
-
ClassDescriptionEncrypted JSON Web Token (JWT).JSON Web Token (JWT) interface.JSON Web Token (JWT) claim names.JSON Web Token (JWT) claims set.Builder for constructing JSON Web Token (JWT) claims sets.Generic JWT claims set type transformer.Parser for unsecured (plain), signed and encrypted JSON Web Tokens (JWTs).Unsecured (plain) JSON Web Token (JWT).Signed JSON Web Token (JWT).