PasskeyType
The type of passkey, indicating whether it is bound to a single device or synced across devices.
enum PasskeyType {
deviceBound
synced
}
Values
PasskeyType.deviceBound
The passkey is bound to a single device and cannot be synced or transferred.
PasskeyType.synced
The passkey is synced across devices via a platform credential manager (e.g. iCloud Keychain, Google Password Manager).
Member Of
Passkey object