mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
42 lines
842 B
Markdown
42 lines
842 B
Markdown
# Module: jws/compact/verify
|
|
|
|
## Table of contents
|
|
|
|
### References
|
|
|
|
- [CompactVerifyResult](jws_compact_verify.md#compactverifyresult)
|
|
- [KeyLike](jws_compact_verify.md#keylike)
|
|
- [VerifyOptions](jws_compact_verify.md#verifyoptions)
|
|
- [default](jws_compact_verify.md#default)
|
|
|
|
### Interfaces
|
|
|
|
- [CompactVerifyGetKey](../interfaces/jws_compact_verify.CompactVerifyGetKey.md)
|
|
|
|
### Functions
|
|
|
|
- [compactVerify](../functions/jws_compact_verify.compactVerify.md)
|
|
|
|
## References
|
|
|
|
### CompactVerifyResult
|
|
|
|
Re-exports: [CompactVerifyResult](../interfaces/types.CompactVerifyResult.md)
|
|
|
|
___
|
|
|
|
### KeyLike
|
|
|
|
Re-exports: [KeyLike](../types/types.KeyLike.md)
|
|
|
|
___
|
|
|
|
### VerifyOptions
|
|
|
|
Re-exports: [VerifyOptions](../interfaces/types.VerifyOptions.md)
|
|
|
|
___
|
|
|
|
### default
|
|
|
|
Renames and exports: [compactVerify](../functions/jws_compact_verify.compactVerify.md)
|