Example #1
0
 public static Guid token(this AuthToken authToken)
 {
     if (authToken.notNull())
     {
         return(authToken.Token);
     }
     return(Guid.Empty);
 }