RequestRevokeMAppPermissionChallengeRequest

@justaname.id/sdkDocs


@justaname.id/sdk / RequestRevokeMAppPermissionChallengeRequest

Interface: RequestRevokeMAppPermissionChallengeRequest

Extends

Properties

address

address: string

Represents the ethereum address to be challenged.

Defined in

packages/@justaname.id/sdk/src/lib/types/siwe/revoke-mApp-permission-challenge.ts:15


chainId

chainId: ChainId

Represents the chainId of the blockchain to be used.

Defined in

packages/@justaname.id/sdk/src/lib/types/siwe/revoke-mApp-permission-challenge.ts:27


domain

domain: string

Represents the ENS domain

Defined in

packages/@justaname.id/sdk/src/lib/types/siwe/revoke-mApp-permission-challenge.ts:9


mApp

mApp: string

Subname requesting the MApps Permission

Defined in

packages/@justaname.id/sdk/src/lib/types/siwe/revoke-mApp-permission-challenge.ts:48


origin

origin: string

Represents the origin of the request (e.g. the domain of the website).

Defined in

packages/@justaname.id/sdk/src/lib/types/siwe/revoke-mApp-permission-challenge.ts:21


subname

subname: string

Subname requesting the ABDC Permission

Defined in

packages/@justaname.id/sdk/src/lib/types/siwe/revoke-mApp-permission-challenge.ts:42


ttl?

optional ttl: number

Specifies the time-to-live (TTL) for a variable. default: 120000 ms, 2 minutes ( 2 * 60 * 1000 )

Default

120000

Optional

Defined in

packages/@justaname.id/sdk/src/lib/types/siwe/revoke-mApp-permission-challenge.ts:36

Last updated