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