live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/me-client


@orangecheck/me-client / VerifyActivityOptions

Interface: VerifyActivityOptions

Defined in: me-client/src/identity.ts:71

Properties

PropertyTypeDescriptionDefined in
<a id="property-issuer"></a> issuer?stringOverride 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?OcEnvelopePublicJwkPass 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?numberJWKS 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?DateOptional · override "now" for deterministic tests.me-client/src/identity.ts:83