AuthChallengeResponse constructor
AuthChallengeResponse({
- required AuthChallengeResponseResponse response,
- String? username,
- String? password,
Implementation
AuthChallengeResponse({required this.response, this.username, this.password});