AuthenticationResponse constructor

AuthenticationResponse(
  1. {required bool success,
  2. String? key,
  3. int? keyId,
  4. UserInfo? userInfo,
  5. AuthenticationFailReason? failReason}
)

Implementation

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