Package-level declarations

Types

Link copied to clipboard
interface AuthProvider

Interface for authentication providers.

Link copied to clipboard
data class AuthResult(val email: String, val displayName: String?, val userId: String?, val isSignedIn: Boolean)

Result of a successful authentication.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
expect class GoogleDriveAuthManager(context: PlatformContext, logger: SdkLogger = NoOpSdkLogger()) : AuthProvider

Authentication manager for Google Drive.