()
| 1004 | } |
| 1005 | |
| 1006 | func (r ApiGetOAuth2ClientRequest) Execute() (*OAuth2Client, *http.Response, error) { |
| 1007 | return r.ApiService.GetOAuth2ClientExecute(r) |
| 1008 | } |
| 1009 | |
| 1010 | /* |
| 1011 | GetOAuth2Client Get an OAuth 2.0 Client |
nothing calls this directly
no test coverage detected