SignInResponse

@justaname.id/sdkDocs


@justaname.id/sdk / SignInResponse

Interface: SignInResponse

Extends

  • SiwensResponse

Properties

data

data: SiweMessage

Original message that was verified.

Inherited from

SiwensResponse.data

Defined in

node_modules/siwe/dist/types.d.ts:34


ens

ens: string

Inherited from

SiwensResponse.ens

Defined in

packages/@justaname.id/siwens/dist/src/lib/siwens/siwens.d.ts:4


error?

optional error: SiweError

If present success MUST be false and will provide extra information on the failure reason.

Inherited from

SiwensResponse.error

Defined in

node_modules/siwe/dist/types.d.ts:32


isJustaName

isJustaName: boolean

Defined in

packages/@justaname.id/sdk/src/lib/features/sign-in/index.ts:13


success

success: boolean

Boolean representing if the message was verified with success.

Inherited from

SiwensResponse.success

Defined in

node_modules/siwe/dist/types.d.ts:30

Last updated

Was this helpful?