...
| Code Block | ||
|---|---|---|
| ||
let json = {
product: this.fidoObj,
user: { loginName: this.loginName}, \\ Pass the user name forto which the Fido2 key needs to be registered
}; |
| Include Page | ||||
|---|---|---|---|---|
|
The response from the preRegister API call is then passed to the CredentialCreationOptionsJSON object
...