[][src]Module josekit::jwt

Structs

JwtPayload
JwtPayloadValidator

Represents JWT payload validator.

Functions

decode_unsecured

Return the JWT object decoded with the "none" algorithm.

decode_with_decrypter

Return the JWT object decoded by the selected decrypter.

decode_with_decrypter_in_jwk_set

Return the JWT object decoded by using a JWK set.

decode_with_decrypter_selector

Return the JWT object decoded with a selected decrypting algorithm.

decode_with_verifier

Return the JWT object decoded by the selected verifier.

decode_with_verifier_in_jwk_set

Return the JWT object decoded by using a JWK set.

decode_with_verifier_selector

Return the JWT object decoded with a selected verifying algorithm.

encode_unsecured

Return the string repsentation of the JWT with a "none" algorithm.

encode_with_encrypter

Return the string repsentation of the JWT with the encrypting algorithm.

encode_with_signer

Return the string repsentation of the JWT with the siginig algorithm.