Esempio n. 1
0
 public Task RevokeApiKey(ApiKeyResourceBase apiKey)
 {
     return(Client.Delete(apiKey.Link("Self")));
 }
Esempio n. 2
0
 public void RevokeApiKey(ApiKeyResourceBase apiKey)
 {
     Client.Delete(apiKey.Link("Self"));
 }