(provider)
| 1 | const fetchJson = require('./fetch-json') |
| 2 | |
| 3 | const getLmsClassrooms = (provider) => fetchJson(`/db/oauth2/${provider}/classes`) |
| 4 | |
| 5 | const oauth2Callback = (provider, queryParams) => { |
| 6 | const url = new URL(`/auth/oauth2/callback/${provider}`, window.location.origin) |
nothing calls this directly
no outgoing calls
no test coverage detected