| 1793 | } |
| 1794 | |
| 1795 | type oauth2TestServerResponse struct { |
| 1796 | AccessToken string `json:"access_token"` |
| 1797 | TokenType string `json:"token_type"` |
| 1798 | } |
| 1799 | |
| 1800 | type testOAuthServer struct { |
| 1801 | tokenTS *httptest.Server |
nothing calls this directly
no outgoing calls
no test coverage detected