()
| 36 | } |
| 37 | |
| 38 | func (r ApiCreateJsonWebKeySetRequest) Execute() (*JsonWebKeySet, *http.Response, error) { |
| 39 | return r.ApiService.CreateJsonWebKeySetExecute(r) |
| 40 | } |
| 41 | |
| 42 | /* |
| 43 | CreateJsonWebKeySet Create JSON Web Key |
nothing calls this directly
no test coverage detected