Represents a Json Web Token.
Validates the Jwt.signature against the Jwks.
Identifies the digital signature algorithm used.
Identifies the public key used to verify the ID token.
The raw value in standard JWT format.
The base64 encoded signature.