Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
let json = {
    product: this.fidoObj,
    user: { loginName: this.loginName}, \\ Pass the user name forto which the Fido2 key needs to be registered
};

Include Page
token/preRegister
token/preRegister

The response from the preRegister API call is then passed to the CredentialCreationOptionsJSON object

...