mirror of
https://github.com/danbulant/jose
synced 2026-05-21 21:39:04 +00:00
BREAKING CHANGE: Revised, Promise-based API BREAKING CHANGE: No dependencies BREAKING CHANGE: Browser support (using [Web Cryptography API](https://www.w3.org/TR/WebCryptoAPI/)) BREAKING CHANGE: Support for verification using a remote JWKS endpoint BREAKING CHANGE: Experimental Node.js libuv thread pool based runtime (non-blocking 🎉)
83 lines
812 B
Handlebars
83 lines
812 B
Handlebars
{{> header showTitle=true}}
|
|
|
|
{{#with model}}
|
|
|
|
{{#if hasComment}}
|
|
|
|
{{> comment}}
|
|
|
|
{{/if}}
|
|
|
|
{{/with}}
|
|
|
|
{{#if model.typeParameters}}
|
|
|
|
## Type parameters
|
|
|
|
{{#with model.typeParameters}}
|
|
|
|
{{{parameterTable 'typeParameters'}}}
|
|
|
|
{{/with}}
|
|
|
|
{{/if}}
|
|
|
|
{{#if model.implementedTypes}}
|
|
|
|
## Implements
|
|
|
|
{{#each model.implementedTypes}}
|
|
* {{{type false}}}
|
|
{{/each}}
|
|
|
|
{{/if}}
|
|
|
|
{{#if model.implementedBy}}
|
|
|
|
## Implemented by
|
|
|
|
{{#each model.implementedBy}}
|
|
* {{{type false}}}
|
|
{{/each}}
|
|
|
|
{{/if}}
|
|
|
|
{{#if model.signatures}}
|
|
|
|
## Callable
|
|
|
|
{{#with model}}
|
|
|
|
{{#each signatures}}
|
|
|
|
{{> member.signature }}
|
|
|
|
{{/each}}
|
|
|
|
{{/with}}
|
|
|
|
{{/if}}
|
|
|
|
{{#if model.indexSignature}}
|
|
|
|
## Indexable
|
|
|
|
{{#with model}}
|
|
|
|
{{#with indexSignature}}
|
|
|
|
{{{indexSignatureTitle}}}
|
|
|
|
{{> comment}}
|
|
|
|
{{/with}}
|
|
|
|
{{/with}}
|
|
|
|
{{/if}}
|
|
|
|
{{#with model}}
|
|
|
|
{{> main}}
|
|
|
|
{{/with}}
|