VerifyChallengeResponseRequest constructor

VerifyChallengeResponseRequest({
  1. SignedData? challengeResponse,
  2. String? expectedIdentity,
})

Implementation

VerifyChallengeResponseRequest({
  this.challengeResponse,
  this.expectedIdentity,
});