GDriveAuth

interface GDriveAuth

Interface for handling Google Drive authentication and authorization.

This interface provides methods to manage the authentication flow with Google Drive, including signing in, signing out, retrieving access tokens, and validating required permissions.

Inheritors

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract suspend fun getAccessToken(): String
Link copied to clipboard
abstract suspend fun isSignedIn(): Boolean
Link copied to clipboard
abstract suspend fun signIn(): Boolean
Link copied to clipboard
abstract suspend fun signOut()
Link copied to clipboard
abstract suspend fun validateGDrivePermissions(): Boolean