OneClickLoginRequest: {
    code: string;
    commitment: string;
    email: string;
    encryptionKey: string;
    semaphore_v4_pubkey: string;
}

Type declaration

  • code: string
  • commitment: string

    Semaphore v3 commitment.

  • email: string
  • encryptionKey: string
  • semaphore_v4_pubkey: string

    We don't need the v4 commitment here as it is deriveable from the v4 pubkey.

Generated using TypeDoc