Skip to Content
API referenceSIWX CoreSrcInterfacesSiwxVerifyResult

API Reference — @tuwaio/siwx (CAIP-122 Authentication Layer)


SiwxVerifyResult

Defined in: packages/siwx-core/src/types.ts:195 

The result of a signature verification operation.

Properties

data?

optional data?: SiwxMessageFields

Defined in: packages/siwx-core/src/types.ts:202 

The parsed message fields if verification succeeded. Present only when success is true.


error?

optional error?: string

Defined in: packages/siwx-core/src/types.ts:207 

A human-readable error if verification failed. Present only when success is false.


success

success: boolean

Defined in: packages/siwx-core/src/types.ts:197 

Whether the signature is valid and the message is authentic.

Last updated on