コード例 #1
0
 public OAuth2Protocol.AccessTokenRequestor.AuthorizationResponseType AuthorizationRequest(OAuth2Protocol.AccessTokenRequestor.AuthorizationRequestType AuthorizationRequest1)
 {
     OAuth2Protocol.AccessTokenRequestor.AuthorizationRequestInput inValue = new OAuth2Protocol.AccessTokenRequestor.AuthorizationRequestInput();
     inValue.AuthorizationRequest = AuthorizationRequest1;
     OAuth2Protocol.AccessTokenRequestor.AuthorizationResponseOutput retVal = ((OAuth2Protocol.AccessTokenRequestor.OAuthPortType)(this)).AuthorizationRequest(inValue);
     return(retVal.AuthorizationResponse);
 }
コード例 #2
0
 public AuthorizationRequestInput(OAuth2Protocol.AccessTokenRequestor.AuthorizationRequestType AuthorizationRequest)
 {
     this.AuthorizationRequest = AuthorizationRequest;
 }