namespace Knoks.Api.Client.Invoker { public class TokenResponse { public string Token { get; set; } public int Expiry { get; set; } } }