@capgo/capacitor-autofill-save-password
Overview
Section titled “Overview”Prompt to display dialog for saving password to keychain from webview app.
Core Capabilities
Section titled “Core Capabilities”promptDialog- Save a password to the keychain.readPassword- Read a password from the keychain. Requires the developer to setup associated domain for the app for iOS.
Public API
Section titled “Public API”| Method | Description |
|---|---|
promptDialog | Save a password to the keychain. |
readPassword | Read a password from the keychain. Requires the developer to setup associated domain for the app for iOS. |
getPluginVersion | Get the native Capacitor plugin version. |
Source Of Truth
Section titled “Source Of Truth”This reference is synced from src/definitions.ts in capacitor-autofill-save-password.
Keep going from @capgo/capacitor-autofill-save-password
Section titled “Keep going from @capgo/capacitor-autofill-save-password”If you are using @capgo/capacitor-autofill-save-password to plan authentication and account flows, connect it with Using @capgo/capacitor-autofill-save-password for the native capability in Using @capgo/capacitor-autofill-save-password, @capgo/capacitor-social-login for the implementation detail in @capgo/capacitor-social-login, @capgo/capacitor-passkey for the implementation detail in @capgo/capacitor-passkey, @capgo/capacitor-native-biometric for the implementation detail in @capgo/capacitor-native-biometric, and Two-factor authentication for the implementation detail in Two-factor authentication.