Skip to Content
Packages@tuwaio/siwx-reactInterfacesSatelliteSiwxFieldOptions

SatelliteSiwxFieldOptions

Defined in: siwx-react/src/satelliteHelpers.ts:32 

Options of getSatelliteSiwxFields. The values are copied into the CAIP-122 fields.

Properties

domain?

optional domain?: string

Defined in: siwx-react/src/satelliteHelpers.ts:34 

Message domain. Defaults to window.location.host (empty string outside the browser).


expirationSeconds?

optional expirationSeconds?: number

Defined in: siwx-react/src/satelliteHelpers.ts:45 

Lifetime of the message, in seconds from now, used when expirationTime is omitted.

Default

86400 (24 hours)

expirationTime?

optional expirationTime?: string

Defined in: siwx-react/src/satelliteHelpers.ts:40 

Explicit ISO 8601 expirationTime. Takes precedence over expirationSeconds.


notBefore?

optional notBefore?: string

Defined in: siwx-react/src/satelliteHelpers.ts:47 

ISO 8601 notBefore.


requestId?

optional requestId?: string

Defined in: siwx-react/src/satelliteHelpers.ts:49 

Message requestId.


resources?

optional resources?: string[]

Defined in: siwx-react/src/satelliteHelpers.ts:51 

Message resources.


statement?

optional statement?: string

Defined in: siwx-react/src/satelliteHelpers.ts:38 

Human-readable statement shown in the wallet.


uri?

optional uri?: string

Defined in: siwx-react/src/satelliteHelpers.ts:36 

Message uri. Defaults to window.location.href (empty string outside the browser).

Last updated on