answerChallenge abstract method

String answerChallenge(
  1. String? challenge
)

Process the challenge sent by the server and return a String response

Implementation

String answerChallenge(String? challenge);