Skip to main content

Interface: SIWEVerifyMessageRoute

Configures the route for verifying a SIWE message. This interface extends the generic IRoute, specifying the request and response structures involved in verifying an Ethereum address.

SIWEVerifyMessageRoute

Hierarchy

  • IRoute

    SIWEVerifyMessageRoute

Properties

headers

headers: Object

The headers required for the request, left flexible for specific needs.

Overrides

IRoute.headers

Defined in

lib/types/siwe/verify-challenge.ts:58


request

request: VerifyChallengeRequest

The structure required for the verification request.

Overrides

IRoute.request

Defined in

lib/types/siwe/verify-challenge.ts:56


response

response: VerifyChallengeResponse

The expected response indicating verification result.

Overrides

IRoute.response

Defined in

lib/types/siwe/verify-challenge.ts:57