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)); }
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)); }
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)); }
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)); }