Package-level declarations
Types
Link copied to clipboard
class ClipboardOtpDetector
Detects OTP codes from clipboard text without polling.
Link copied to clipboard
Allowed character set when extracting or validating OTP codes from SMS or clipboard text.
Link copied to clipboard
Controls how detected OTP codes from SMS or clipboard are presented to the user.
Link copied to clipboard
Origin of a detected OTP code.
Link copied to clipboard
object OtpExtractor
Extracts OTP-like codes from free-form text such as SMS bodies or clipboard content.
Functions
Link copied to clipboard
fun DefaultOtpSuggestion(code: String, source: OtpDetectionSource, onApply: () -> Unit, onDismiss: () -> Unit, modifier: Modifier = Modifier)
Default Material 3 suggestion surface shown when com.pinflow.compose.OtpInput detects an OTP.