@orangecheck/auth-core / VerifyOcOptions
Interface: VerifyOcOptions
Defined in: index.ts:610
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-issuer"></a> issuer? | string | Auth host issuer. Defaults to https://ochk.io. | index.ts:612 |
<a id="property-jwkscachettlms"></a> jwksCacheTtlMs? | number | JWKS cache TTL in ms. Defaults to 1 hour. Stale-on-error: if the cache exists, verification still works during a transient outage. | index.ts:615 |