( config: OAuthFlowConfig = flowConfig(), )
| 141 | } |
| 142 | |
| 143 | function requestAuth( |
| 144 | config: OAuthFlowConfig = flowConfig(), |
| 145 | ): ReturnType<typeof requestDeviceAuthorization> { |
| 146 | return requestDeviceAuthorization(config, { deviceHeaders: TEST_DEVICE_HEADERS }); |
| 147 | } |
| 148 | |
| 149 | function pollToken( |
| 150 | config: OAuthFlowConfig, |
no test coverage detected