mirror of
https://github.com/danbulant/jose
synced 2026-05-21 05:18:59 +00:00
50 lines
952 B
Markdown
50 lines
952 B
Markdown
# Module: jwt/decrypt
|
|
|
|
## Table of contents
|
|
|
|
### References
|
|
|
|
- [DecryptOptions](jwt_decrypt.md#decryptoptions)
|
|
- [JWTDecryptResult](jwt_decrypt.md#jwtdecryptresult)
|
|
- [JWTPayload](jwt_decrypt.md#jwtpayload)
|
|
- [KeyLike](jwt_decrypt.md#keylike)
|
|
- [default](jwt_decrypt.md#default)
|
|
|
|
### Interfaces
|
|
|
|
- [JWTDecryptGetKey](../interfaces/jwt_decrypt.jwtdecryptgetkey.md)
|
|
- [JWTDecryptOptions](../interfaces/jwt_decrypt.jwtdecryptoptions.md)
|
|
|
|
### Functions
|
|
|
|
- [jwtDecrypt](../functions/jwt_decrypt.jwtdecrypt.md)
|
|
|
|
## References
|
|
|
|
### DecryptOptions
|
|
|
|
Re-exports: [DecryptOptions](../interfaces/types.decryptoptions.md)
|
|
|
|
___
|
|
|
|
### JWTDecryptResult
|
|
|
|
Re-exports: [JWTDecryptResult](../interfaces/types.jwtdecryptresult.md)
|
|
|
|
___
|
|
|
|
### JWTPayload
|
|
|
|
Re-exports: [JWTPayload](../interfaces/types.jwtpayload.md)
|
|
|
|
___
|
|
|
|
### KeyLike
|
|
|
|
Re-exports: [KeyLike](../types/types.keylike.md)
|
|
|
|
___
|
|
|
|
### default
|
|
|
|
Renames and exports: [jwtDecrypt](../functions/jwt_decrypt.jwtdecrypt.md)
|