| Commit-Queue | +1 | 
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | 
namespace PasskeyTypes {Generally, components namespaces match the top-level directory (so `webauthn` in this case). Also, whatever name we use should be in `snake_case`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | 
| Commit-Queue | +1 | 
Generally, components namespaces match the top-level directory (so `webauthn` in this case). Also, whatever name we use should be in `snake_case`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | 
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | 
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | 
[iOS] Move passkey related types to components
Some types will we used by PasskeyTabHelper to make passkey
related requests, so these types will be moved to:
components/webauthn/ios/
These types are:
- ReauthenticatePurpose
- SharedKey
- SharedKeyList
- KeysFetchedCallback
Aliases still exist for these types in PasskeyKeychainProvider
and will be removed once all uses of these aliases are removed.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |