@orangecheck/auth-core / VerifyOcOptions
Interface: VerifyOcOptions
Defined in: src/index.ts:342
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-issuer"></a> issuer? | string | Auth host issuer. Defaults to https://ochk.io. | src/index.ts:344 |
<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. | src/index.ts:347 |