| 1 | // The OAuth callback URL a user must allow-list on their provider, surfaced when |
| 2 | // they register an OAuth app. Two guarantees: |
| 3 | // |
| 4 | // 1. Accuracy (every target): the callback the authorization-code flow sends |
nothing calls this directly
no test coverage detected