VerifyChallengeResponseRequest constructor
VerifyChallengeResponseRequest({
- SignedData? challengeResponse,
- String? expectedIdentity,
Implementation
VerifyChallengeResponseRequest({
this.challengeResponse,
this.expectedIdentity,
});