ChallengeReply constructor

ChallengeReply({
  1. String? publicKeyPem,
  2. String? signedChallenge,
})

Implementation

ChallengeReply({this.publicKeyPem, this.signedChallenge});