Example #1
0
 public void AddClaim(string username, string claimName)
 {
     _client.AddClaim(username, claimName);
 }