Type alias TOIMessageEventHMACChallenge

TOIMessageEventHMACChallenge: TOIMessage<HMAC_Challenge> & {
    hmacChallenge: string;
    iinkSessionId: string;
}

Type declaration

  • hmacChallenge: string
  • iinkSessionId: string

Generated using TypeDoc