If unity support the passkey natively?

Hello Unity team,

I would like to know if Unity supports using the passkey to sign in for iOS and Android build apps directly. I have searched on Google but have no results for the question.

what is passkey:

If it is not supported yet, would it be supported in the future? Is there a hacky workaround to implement the passkey sign-in, could u provide some hits?

Thanks

Sign in to what or where?

By default Unity apps provide no built-in mechanism to sign in to anything because the default build will create an offline-only app that’s not connected to any cloud/online services.

If you need some sort of sign-in in your app you can, for instance, use Unity Cloud Services Player Authentication mechanism. I’m not aware if it supports passkey.