(providerName?: string | undefined)
| 119 | } |
| 120 | |
| 121 | async status(providerName?: string | undefined): Promise<AuthStatus> { |
| 122 | return this.toolkit.status(providerName, this.resolveRuntimeManagedAuth(providerName).oauthRef); |
| 123 | } |
| 124 | |
| 125 | async login( |
| 126 | providerName: string | undefined = KIMI_CODE_PROVIDER_NAME, |
nothing calls this directly
no test coverage detected