OAuth 2.0 Client Request Body
(oAuth2Client OAuth2Client)
| 3622 | |
| 3623 | // OAuth 2.0 Client Request Body |
| 3624 | func (r ApiSetOAuth2ClientRequest) OAuth2Client(oAuth2Client OAuth2Client) ApiSetOAuth2ClientRequest { |
| 3625 | r.oAuth2Client = &oAuth2Client |
| 3626 | return r |
| 3627 | } |
| 3628 | |
| 3629 | func (r ApiSetOAuth2ClientRequest) Execute() (*OAuth2Client, *http.Response, error) { |
| 3630 | return r.ApiService.SetOAuth2ClientExecute(r) |
no outgoing calls