(baseUrl?: string | undefined)
| 412 | } |
| 413 | |
| 414 | private defaultOAuthRef(baseUrl?: string | undefined): KimiOAuthTokenRef { |
| 415 | return { |
| 416 | key: this.defaultOAuthKey(baseUrl, this.flowConfig.oauthHost), |
| 417 | oauthHost: this.flowConfig.oauthHost, |
| 418 | }; |
| 419 | } |
| 420 | |
| 421 | private oauthHostFor( |
| 422 | oauthRef?: KimiOAuthTokenRef | undefined, |
no test coverage detected