Package-level declarations

Types

Link copied to clipboard
open class PasskeyAuth(preferImmediatelyAvailableCredentials: Boolean)

PasskeyAuth is a class responsible for handling passkey-related operations.

Link copied to clipboard
open class PasskeyStorage(var apiKey: String, mpc: PortalMobileMpc, encryption: PortalEncryption, requests: PortalRequests = PortalRequests(), webAuthnHost: String = "https://backup.web.portalhq.io", preferImmediatelyAvailableCredentials: Boolean = false) : CloudStorageAdapter

Handles Passkey-based cloud storage operations including encryption, decryption, and authentication.