* PM-7553 Fix native apps passkeys autofill and creation
* PM-7658 Implemented Fido2 priviliged apps verification
* PM-7576 Implemented digital asset links verification on Fido2 flows for native apps.
* PM-7576 Renamed to ValidateAssetLinksAndGetOriginAsync to go along with Google naming and also changed method to private given that public is not necessary
* PM-7576 Moved digital asset links verification to a Core service AssetLinksService and added unit tests for it.
* [PM-7257] feat: add ability to override `clientDataHash`
* [PM-7257] feat: add support for clientDataHash and extensions
* PM-7257 Updated the origin to be the correct one and not the android one to be passed to the Fido2Client
---------
Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
* PM-6441 Implement passkeys User Verification
* PM-6441 Reorganized UserVerificationMediatorService so everything is not in the same file
* PM-6441 Fix Unit tests
* PM-6441 Refactor UserVerification on Fido2Authenticator and Client services to be of an enum type so we can see which specific preference the RP sent and to be passed into the user verification mediator service to perform the correct flow depending on that. Also updated Unit tests.
* PM-6441 Changed user verification logic a bit so if preference is Preferred and the app has the ability to verify the user then enforce required UV and fix issue on on Discouraged to take into account MP reprompt