ChallengeResponseType constructor

ChallengeResponseType({
  1. ChallengeName? challengeName,
  2. ChallengeResponse? challengeResponse,
})

Implementation

ChallengeResponseType({
  this.challengeName,
  this.challengeResponse,
});