diff --git a/Socket/Data/Connection.cs b/Socket/Data/Connection.cs index 7942c7e..e91e93a 100644 --- a/Socket/Data/Connection.cs +++ b/Socket/Data/Connection.cs @@ -1,8 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; - namespace HermesSocketLibrary.Socket.Data { public class Connection @@ -13,7 +8,7 @@ namespace HermesSocketLibrary.Socket.Data public string AccessToken { get; set; } public string GrantType { get; set; } public string Scope { get; set; } - public DateTime ExpiresIn { get; set; } + public DateTime ExpiresAt { get; set; } public bool Default { get; set; } } } \ No newline at end of file