mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
57 lines
1.1 KiB
Markdown
57 lines
1.1 KiB
Markdown
# Module: jwt/verify
|
|
|
|
## Table of contents
|
|
|
|
### References
|
|
|
|
- [GetKeyFunction](jwt_verify.md#getkeyfunction)
|
|
- [JWSHeaderParameters](jwt_verify.md#jwsheaderparameters)
|
|
- [JWTPayload](jwt_verify.md#jwtpayload)
|
|
- [JWTVerifyResult](jwt_verify.md#jwtverifyresult)
|
|
- [KeyLike](jwt_verify.md#keylike)
|
|
- [default](jwt_verify.md#default)
|
|
|
|
### Interfaces
|
|
|
|
- [JWTVerifyGetKey](../interfaces/jwt_verify.JWTVerifyGetKey.md)
|
|
- [JWTVerifyOptions](../interfaces/jwt_verify.JWTVerifyOptions.md)
|
|
|
|
### Functions
|
|
|
|
- [jwtVerify](../functions/jwt_verify.jwtVerify.md)
|
|
|
|
## References
|
|
|
|
### GetKeyFunction
|
|
|
|
Re-exports: [GetKeyFunction](../interfaces/types.GetKeyFunction.md)
|
|
|
|
___
|
|
|
|
### JWSHeaderParameters
|
|
|
|
Re-exports: [JWSHeaderParameters](../interfaces/types.JWSHeaderParameters.md)
|
|
|
|
___
|
|
|
|
### JWTPayload
|
|
|
|
Re-exports: [JWTPayload](../interfaces/types.JWTPayload.md)
|
|
|
|
___
|
|
|
|
### JWTVerifyResult
|
|
|
|
Re-exports: [JWTVerifyResult](../interfaces/types.JWTVerifyResult.md)
|
|
|
|
___
|
|
|
|
### KeyLike
|
|
|
|
Re-exports: [KeyLike](../types/types.KeyLike.md)
|
|
|
|
___
|
|
|
|
### default
|
|
|
|
Renames and exports: [jwtVerify](../functions/jwt_verify.jwtVerify.md)
|