Skip to main content

AuthResponseMessage

@totemsdk/lookup-protocol


@totemsdk/lookup-protocol / AuthResponseMessage

Interface: AuthResponseMessage

Extends

  • BaseMessage

Properties

id?

optional id?: string

Inherited from

BaseMessage.id


payload

payload: object

challenge

challenge: string

publicKey

publicKey: string

signature

signature: string


sig?

optional sig?: string

Inherited from

BaseMessage.sig


type

type: "AUTH_RESPONSE"

Overrides

BaseMessage.type


version

version: number

Inherited from

BaseMessage.version