implement Broadcast and SessionManager services
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Chtn.CSharp.SDK.Models.User;
|
||||
using System.Collections.Generic;
|
||||
using Chtn.CSharp.SDK.Models.User;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Chtn.CSharp.SDK.Models.Session
|
||||
@@ -8,5 +9,8 @@ namespace Chtn.CSharp.SDK.Models.Session
|
||||
[JsonProperty("userData")] public PersonalUserData UserData { get; set; }
|
||||
[JsonProperty("token")] public string Token { get; set; }
|
||||
}
|
||||
public class ValidateSessionResp { public bool ValidationOk { get; set; } }
|
||||
public class ValidateSessionResp
|
||||
{
|
||||
[JsonProperty("validationOk")] public bool ValidationOk { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user