AuthInstance returns the auth instance for the node.
()
| 41 | CleanupFolders(ctx context.Context, folders ...string) error |
| 42 | // AuthInstance returns the auth instance for the node. |
| 43 | AuthInstance() auth.Auth |
| 44 | // CreateDownloader creates a downloader instance from the node for remote download tasks. |
| 45 | CreateDownloader(ctx context.Context, c request.Client, settings setting.Provider) (downloader.Downloader, error) |
| 46 | // Settings returns the settings of the node. |
no outgoing calls
no test coverage detected