Get Challenge

Requests a challenge from the authentication server.

 getChallenge: (params: ChallengeParams) => Promise<string>;

Parameters:

  • ChallengeParams:

    • deviceId: The device unique ID.

    • spk: The Shares Protecting Key (Public and Private Key).

Returns:

A promise that resolves to a challenge string.

Associated Types

TokenTypeschevron-right

Last updated