(token: string)
| 141 | * @param token refresh token string |
| 142 | */ |
| 143 | export function setRefreshToken(token: string) { |
| 144 | apiv2.setRefreshToken(token); |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * Select the right account to use based on the --account flag and the |
no outgoing calls
no test coverage detected
searching dependent graphs…