API Reference — @tuwaio/siwx (CAIP-122 Authentication Layer)
SiwxVerifyResult
Defined in: packages/siwx-core/src/types.ts:128
The result of a signature verification operation.
Properties
data?
optionaldata?:SiwxMessageFields
Defined in: packages/siwx-core/src/types.ts:135
The parsed message fields if verification succeeded.
Present only when success is true.
error?
optionalerror?:string
Defined in: packages/siwx-core/src/types.ts:140
A human-readable error if verification failed.
Present only when success is false.
success
success:
boolean
Defined in: packages/siwx-core/src/types.ts:130
Whether the signature is valid and the message is authentic.
Last updated on