passkeys_android 2.10.0
passkeys_android: ^2.10.0 copied to clipboard
Android implementation of the Corbado passkeys plugin. Manages the creation of passkeys on Android devices.
passkeys_android #
The Android implementation of passkeys
.
Usage #
This package is endorsed, which means you can simply use passkeys
normally. This package will be automatically included in your app when you do.
Note:
- The minimum supported
minSdkVersion
is now 23, but passkey-related APIs require Android API 28+ at runtime. - If you call any passkey-related API on devices running below API 28, a
PasskeyUnsupportedException
will be thrown. - This allows you to support older Android versions in your app, but you must handle this exception appropriately.