Skip to content

Generic route to verify any SIWBB request. Does not sign you in with the API. Used for custom SIWBB implementations.

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1819

Generic route to verify any SIWBB request. Does not sign you in with the API. Used for custom SIWBB implementations.

Extends

Properties

message

message: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1120

The original message that was signed.

Inherited from

iVerifySignInPayload.message


options?

optional options?: VerifyChallengeOptions

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1823

Additional options for verifying the challenge.


publicKey?

optional publicKey?: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1130

Required for some chains (Cosmos) to verify signature. The public key of the signer.

Inherited from

iVerifySignInPayload.publicKey


signature

signature: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1125

The signature of the message

Inherited from

iVerifySignInPayload.signature

Edit this page on GitHub