| 1 | // Cloud: OAuth as a credential mechanism, over the wire. `probe` discovers an |
| 2 | // authorization server's metadata, `createClient` registers an owner-scoped |
| 3 | // OAuth app, and the authorization-code flow (`start` → user consent → |
| 4 | // `complete`) mints a Connection — every hop real: the typed client drives the |
nothing calls this directly
no test coverage detected