@orangecheck/me-client / VerifyActivityOptions
Interface: VerifyActivityOptions
Defined in: me-client/src/identity.ts:71
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-issuer"></a> issuer? | string | Override the me.ochk.io issuer (defaults to https://me.ochk.io). Useful for staging / self-hosted dev. | me-client/src/identity.ts:74 |
<a id="property-jwk"></a> jwk? | OcEnvelopePublicJwk | Pass a JWK directly to skip the network fetch · convenient when embedding the public key in your service for air-gapped or edge-runtime deployments. | me-client/src/identity.ts:78 |
<a id="property-jwkscachettlms"></a> jwksCacheTtlMs? | number | JWKS cache TTL in ms. Defaults to 1h. Stale-on-error falls back to the previous cached value. | me-client/src/identity.ts:81 |
<a id="property-now"></a> now? | Date | Optional · override "now" for deterministic tests. | me-client/src/identity.ts:83 |