getUserContextData method

String? getUserContextData(
  1. String? username
)

This method returns the encoded data string used for cognito advanced security feature. This would be generated only when developer has included the JS used for collecting the data on their client. Please refer to documentation to know more about using AdvancedSecurity features TODO: not supported at the moment

Implementation

String? getUserContextData(String? username) {
  return null;
}