예제 #1
0
 public JetAuthenticator(JetToken token)
 {
     Token = token;
 }
예제 #2
0
 protected bool Equals(JetToken other)
 => string.Equals(Token, other.Token) &&
 ExpirationDate.Equals(other.ExpirationDate);
예제 #3
0
 protected bool Equals(JetToken other)
   => string.Equals(Token, other.Token)
      && ExpirationDate.Equals(other.ExpirationDate);
예제 #4
0
 public JetAuthenticator(JetToken token)
 {
   Token = token;
 }