package com.example.cosmosclient.entities; import java.util.List; public class SigninResponse { public List<String> token; }