Classes
GoogleJsonWebSignature
Google JSON Web Signature as specified in https://developers.google.com/accounts/docs/OAuth2ServiceAccount .
GoogleJsonWebSignature.Header
The header as specified in https://developers.google.com/accounts/docs/OAuth2ServiceAccount#formingheader .
GoogleJsonWebSignature.Payload
The payload as specified in https://developers.google.com/accounts/docs/OAuth2ServiceAccount#formingclaimset , https://developers.google.com/identity/protocols/OpenIDConnect , and https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims
GoogleJsonWebSignature.ValidationSettings
Settings used when validating a JSON Web Signature.
InvalidJwtException
An exception that is thrown when a Json Web Token (JWT) is invalid.
JsonWebSignature
JSON Web Signature (JWS) implementation as specified in http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-11 .
JsonWebSignature.Header
Header as specified in http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-11#section-4.1 .
JsonWebSignature.Payload
JWS Payload.
JsonWebToken
JSON Web Token (JWT) implementation as specified in http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-08 .
JsonWebToken.Header
JWT Header as specified in http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-08#section-5 .
JsonWebToken.Payload
JWT Payload as specified in http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-08#section-4.1 .
SignedTokenVerificationOptions
Options to use when verifying signed JWTs.