Example #1
0
 public ClientInfo(IClient client)
 {
     Client = client;
     Token = Token.GenerateNew();
 }
Example #2
0
 protected bool Equals(Token other)
 {            
     return string.Equals(Key, other.Key);
 }