Ejemplo n.º 1
0
 public string RefreshToken(ref myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication)
 {
     myAdminTool.OTCSAuthentication.RefreshTokenRequest inValue = new myAdminTool.OTCSAuthentication.RefreshTokenRequest();
     inValue.OTAuthentication = OTAuthentication;
     myAdminTool.OTCSAuthentication.RefreshTokenResponse retVal = ((myAdminTool.OTCSAuthentication.Authentication)(this)).RefreshToken(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.RefreshTokenResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <myAdminTool.OTCSAuthentication.RefreshTokenResponse> RefreshTokenAsync(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication)
 {
     myAdminTool.OTCSAuthentication.RefreshTokenRequest inValue = new myAdminTool.OTCSAuthentication.RefreshTokenRequest();
     inValue.OTAuthentication = OTAuthentication;
     return(((myAdminTool.OTCSAuthentication.Authentication)(this)).RefreshTokenAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <myAdminTool.OTCSAuthentication.RefreshTokenResponse> myAdminTool.OTCSAuthentication.Authentication.RefreshTokenAsync(myAdminTool.OTCSAuthentication.RefreshTokenRequest request)
 {
     return(base.Channel.RefreshTokenAsync(request));
 }
Ejemplo n.º 4
0
 myAdminTool.OTCSAuthentication.RefreshTokenResponse myAdminTool.OTCSAuthentication.Authentication.RefreshToken(myAdminTool.OTCSAuthentication.RefreshTokenRequest request)
 {
     return(base.Channel.RefreshToken(request));
 }