()
| 26 | null |
| 27 | |
| 28 | constructor() { |
| 29 | this.codeVerifier = crypto.generateCodeVerifier() |
| 30 | } |
| 31 | |
| 32 | async startOAuthFlow( |
| 33 | authURLHandler: (url: string, automaticUrl?: string) => Promise<void>, |
nothing calls this directly
no outgoing calls
no test coverage detected