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

@orangecheck/sdk


@orangecheck/sdk / IssueChallengeOptions

Interface: IssueChallengeOptions

Defined in: challenge.ts:55

Properties

PropertyTypeDescriptionDefined in
<a id="property-address"></a> addressstringBitcoin address the caller claims to control.challenge.ts:57
<a id="property-audience"></a> audience?stringOrigin-binding extension. If set, verify will require a match.challenge.ts:63
<a id="property-nonce"></a> nonce?stringExplicit nonce. Rare; prefer auto-generated.challenge.ts:61
<a id="property-now"></a> now?DateFreeze now for tests.challenge.ts:67
<a id="property-purpose"></a> purpose?stringHuman-readable label baked into the signed message.challenge.ts:65
<a id="property-ttlseconds"></a> ttlSeconds?numberHow long the challenge is valid for. Default 300 (5 minutes).challenge.ts:59