publicChallengeParams property
Implementation
Map<String, String> get publicChallengeParams => _publicChallengeParams;
The publicChallengeParameters received from the CreateAuthChallenge lambda during custom auth
This value will be used during the custom auth challenge flow
Implementation
set publicChallengeParams(Map<String, String> value) {
_publicChallengeParams = value;
notifyListeners();
}