Android WebAuthn (FIDO) requireResidentKey

843 Views Asked by At

I would like to provide WebAuthn username-less login experience with The requireResidentKey and resident-credential defined in the WebAuthn Spec

However, When preparing the AuthenticatorSelectionCriteria AuthenticatorSelectionCriteria for registration using the Builder, the builder does not allow to set the requireResidentKey and userVerification. Is there a reason why Google hides those interfaces?

0

There are 0 best solutions below