AuthenticationResponse constructor
AuthenticationResponse({
- required bool success,
- String? key,
- int? keyId,
- UserInfo? userInfo,
- AuthenticationFailReason? failReason,
Implementation
AuthenticationResponse({
required this.success,
this.key,
this.keyId,
this.userInfo,
this.failReason,
});