(private configPath: string)
| 366 | // ConfigFileAuthBackend – stores OAuth credentials inside config.json._auth |
| 367 | // --------------------------------------------------------------------------- |
| 368 | |
| 369 | /** |
| 370 | * Custom AuthStorageBackend that persists OAuth credentials to the `_auth` |
| 371 | * field of config.json, keeping all configuration in a single file. |
nothing calls this directly
no outgoing calls
no test coverage detected