Esempio n. 1
0
 public System.Threading.Tasks.Task ReportIntegrationInfoAsync(GetAuthenticatedUrl.AuthService.AuthenticationInfo auth, string idProviderName, string moduleVersion, string targetPlatformVersion)
 {
     return(base.Channel.ReportIntegrationInfoAsync(auth, idProviderName, moduleVersion, targetPlatformVersion));
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <string> GetAuthenticatedUrlAsync(GetAuthenticatedUrl.AuthService.AuthenticationInfo auth, string targetUrl)
 {
     return(base.Channel.GetAuthenticatedUrlAsync(auth, targetUrl));
 }
Esempio n. 3
0
 public void ReportIntegrationInfo(GetAuthenticatedUrl.AuthService.AuthenticationInfo auth, string idProviderName, string moduleVersion, string targetPlatformVersion)
 {
     base.Channel.ReportIntegrationInfo(auth, idProviderName, moduleVersion, targetPlatformVersion);
 }
Esempio n. 4
0
 public string GetAuthenticatedUrl(GetAuthenticatedUrl.AuthService.AuthenticationInfo auth, string targetUrl)
 {
     return(base.Channel.GetAuthenticatedUrl(auth, targetUrl));
 }