AuthChallengeResponse constructor

AuthChallengeResponse({
  1. required AuthChallengeResponseResponse response,
  2. String? username,
  3. String? password,
})

Implementation

AuthChallengeResponse({required this.response, this.username, this.password});