Result of registration verification
Prepare a value to pass into navigator.credentials.get(...) for authenticator "login"
Prepare a value to pass into navigator.credentials.create(...) for authenticator "registration"
Options:
Verify that the user has legitimately completed the login process
Options:
Verify that the user has legitimately completed the registration process
Options:
Generated using TypeDoc
Result of authentication verification
If the authentication response could be verified
The ID of the authenticator used during authentication. Should be used to identify which DB authenticator entry needs its
counter
updated to the value belowThe number of times the authenticator identified above reported it has been used. Should be kept in a DB for later reference to help prevent replay attacks!
Whether this is a single-device or multi-device credential. Should be kept in a DB for later reference!
Whether or not the multi-device credential has been backed up. Always
false
for single-device credentials. Should be kept in a DB for later reference!