RespondToAuthChallengeResponse constructor
RespondToAuthChallengeResponse({
- AuthenticationResultType? authenticationResult,
- ChallengeNameType? challengeName,
- Map<
String, String> ? challengeParameters, - String? session,
Implementation
RespondToAuthChallengeResponse({
this.authenticationResult,
this.challengeName,
this.challengeParameters,
this.session,
});