mirror of
https://github.com/danbulant/jose
synced 2026-05-22 13:58:47 +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)
|