Beispiel #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));
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <string> GetAuthenticatedUrlAsync(GetAuthenticatedUrl.AuthService.AuthenticationInfo auth, string targetUrl)
 {
     return(base.Channel.GetAuthenticatedUrlAsync(auth, targetUrl));
 }
Beispiel #3
0
 public void ReportIntegrationInfo(GetAuthenticatedUrl.AuthService.AuthenticationInfo auth, string idProviderName, string moduleVersion, string targetPlatformVersion)
 {
     base.Channel.ReportIntegrationInfo(auth, idProviderName, moduleVersion, targetPlatformVersion);
 }
Beispiel #4
0
 public string GetAuthenticatedUrl(GetAuthenticatedUrl.AuthService.AuthenticationInfo auth, string targetUrl)
 {
     return(base.Channel.GetAuthenticatedUrl(auth, targetUrl));
 }