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