challengeParameters property
The challenge parameters. These are returned to you in the
InitiateAuth response if you need to pass another challenge.
The responses in this parameter should be used to compute inputs to the next
call (RespondToAuthChallenge).
All challenges require USERNAME and SECRET_HASH
(if applicable).
Implementation
final Map<String, String>? challengeParameters;