Creates a LoginURL object from JSON object.
factory LoginURL.fromJson(Map<String, dynamic> json) => _$LoginURLFromJson(json);