()
| 15 | } |
| 16 | |
| 17 | async verify(): Promise<void> { |
| 18 | const token = await AuthVerify("baidu"); |
| 19 | this.accessToken = token; |
| 20 | return this.list().then(); |
| 21 | } |
| 22 | |
| 23 | async open(file: FileInfo): Promise<FileReader> { |
| 24 | // 获取fsid |
nothing calls this directly
no test coverage detected