Back to Jose

jwt/decrypt

docs/jwt/decrypt/README.md

6.2.12581 B
Original Source

jwt/decrypt

JSON Web Token (JWT) Decryption (JWT is in JWE format)

Interfaces

InterfaceDescription
JWTDecryptGetKeyResolves a JWT decryption key. No token components have been authenticated when this function is called.
JWTDecryptOptionsJWE decryption and JWT Claims Set validation options.

Functions

FunctionDescription
jwtDecryptDecrypts a Compact JWE-formatted JWT and validates its Claims Set.