Skip to main content

Interface: SubnameRejectRoute

Configures the route for rejecting a subname, detailing the required request format, the expected response, and any necessary headers for authentication and authorization.

SubnameRejectRoute

Hierarchy

Properties

headers

headers: SIWEHeaders

SIWE authentication headers required for the operation.

Overrides

IRoute.headers

Defined in

lib/types/subnames/reject.ts:48


request

request: SubnameRejectRequest

The structure required for a subname revocation request.

Overrides

IRoute.request

Defined in

lib/types/subnames/reject.ts:46


response

response: SubnameRejectResponse

The expected format of the response upon successful revocation.

Overrides

IRoute.response

Defined in

lib/types/subnames/reject.ts:47