AuthParams({String? id, String? label, String? type, String? group}) { _id = id; _label = label; _type = type; _group = group; }