Fields of NEW response packet.

interface Fields {
    challenges: string[];
    ecdhPubRaw: Uint8Array;
    requestId: Uint8Array;
    salt: Uint8Array;
}

Properties

challenges: string[]

Available challenge types.

ecdhPubRaw: Uint8Array

Server ECDH public key.

requestId: Uint8Array

Request session ID.

salt: Uint8Array

Salt for session key generation.

Generated using TypeDoc