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