Package-level declarations

Types

Link copied to clipboard
annotation class ExperimentalApi
Link copied to clipboard
interface GDriveAuth

Interface for handling Google Drive authentication and authorization.

Link copied to clipboard
open class GDriveClient(backupOption: GDriveBackupOption, val auth: GDriveAuth, httpRequester: HttpRequester = HttpRequester(GOOGLE_APIS_BASE_URL))

A client for interacting with Google Drive, providing functionalities to read, write, delete, and manage files.

Link copied to clipboard

GoogleStorage class provides an implementation for interacting with Google Drive as a cloud storage provider.

Link copied to clipboard

Handles authentication and permission management for Google Drive using the new Google Identity Services API.

Link copied to clipboard
open class OldGDriveAuth(val config: GDriveConfiguration) : GDriveAuth

Handles authentication and permission management for Google Drive using the legacy sign-in flow.