예제 #1
0
 public System.Threading.Tasks.Task <InventoryHawk.Account.Public.Api.ApplicationApiKeysService.DataAccessResponseType> DeleteApiKeyAsync(string accountNameKey, string apiKey, string requesterId, InventoryHawk.Account.Public.Api.ApplicationApiKeysService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.DeleteApiKeyAsync(accountNameKey, apiKey, requesterId, requesterType, sharedClientKey));
 }
예제 #2
0
 public System.Threading.Tasks.Task <string> RegenenerateApiKeyAsync(string accountNameKey, string apiKey, string requesterId, InventoryHawk.Account.Public.Api.ApplicationApiKeysService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.RegenenerateApiKeyAsync(accountNameKey, apiKey, requesterId, requesterType, sharedClientKey));
 }
예제 #3
0
 public InventoryHawk.Account.Public.Api.ApplicationApiKeysService.DataAccessResponseType DeleteApiKey(string accountNameKey, string apiKey, string requesterId, InventoryHawk.Account.Public.Api.ApplicationApiKeysService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.DeleteApiKey(accountNameKey, apiKey, requesterId, requesterType, sharedClientKey));
 }
예제 #4
0
 public string RegenenerateApiKey(string accountNameKey, string apiKey, string requesterId, InventoryHawk.Account.Public.Api.ApplicationApiKeysService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.RegenenerateApiKey(accountNameKey, apiKey, requesterId, requesterType, sharedClientKey));
 }