registerPasskey
will prompt the user to register a new passkey in their device and register it in the Dynamic server,
so next time the user can complete an MFA challenge with it or even sign-in with it if enabled in the environment’s settings.
Registering a passkey will automatically authenticate it, so you don’t need to call authenticatePasskeyMFA
after registering a passkey.
authenticatePasskeyMFA
will prompt the user to authenticate with a passkey in their device and complete an MFA challenge.
The authentication will be successful if the user authenticates with the passkey in their device and it gets validated in the Dynamic server.
deletePasskey
will delete a passkey from the Dynamic server.
getPasskeys
will return all registered passkeys for the authenticated user.