Example #1
0
 public System.Threading.Tasks.Task <AccountAdminSite.ApplicationApiKeysService.DataAccessResponseType> DeleteApiKeyAsync(string accountNameKey, string apiKey, string requesterId, AccountAdminSite.ApplicationApiKeysService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.DeleteApiKeyAsync(accountNameKey, apiKey, requesterId, requesterType, sharedClientKey));
 }
Example #2
0
 public AccountAdminSite.ApplicationApiKeysService.DataAccessResponseType DeleteApiKey(string accountNameKey, string apiKey, string requesterId, AccountAdminSite.ApplicationApiKeysService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.DeleteApiKey(accountNameKey, apiKey, requesterId, requesterType, sharedClientKey));
 }
Example #3
0
 public string RegenenerateApiKey(string accountNameKey, string apiKey, string requesterId, AccountAdminSite.ApplicationApiKeysService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.RegenenerateApiKey(accountNameKey, apiKey, requesterId, requesterType, sharedClientKey));
 }
Example #4
0
 public System.Threading.Tasks.Task <string> RegenenerateApiKeyAsync(string accountNameKey, string apiKey, string requesterId, AccountAdminSite.ApplicationApiKeysService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.RegenenerateApiKeyAsync(accountNameKey, apiKey, requesterId, requesterType, sharedClientKey));
 }
Example #5
0
 public string GenerateApiKey(string accountNameKey, string name, string description, string requesterId, AccountAdminSite.ApplicationApiKeysService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.GenerateApiKey(accountNameKey, name, description, requesterId, requesterType, sharedClientKey));
 }