| Package | Description |
|---|---|
| com.google.crypto.tink.jwt |
| Class and Description |
|---|
| JwtInvalidException
This error is thrown when one of the headers or one of the claims is invalid.
|
| JwtValidator
Defines how the headers and claims of a JWT should be validated.
|
| JwtValidator.Builder
Builder for JwtValidator
|
| RawJwt
An unencoded and unsigned JSON Web Token (JWT).
|
| RawJwt.Builder
Builder for RawJwt
|
| VerifiedJwt
A decoded and verified JSON Web Token (JWT).
|