FIDORegisterResponse
FIDORegisterResponse defines the information returned from a FIDO token to complete registration.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| attestationObject | String | The FIDO attestationObject data returned from the FIDO token. This is a base-64 encoded value. | [optional] |
| clientDataJSON | String | The FIDO clientData returned from the FIDO token. This is a base-64 encoded value. | [optional] |
| name | String | The name for the new FIDO token. | [optional] |
| userIdStored | Boolean | Flag indicating if the userId was stored on the registered FIDO2 token. Defaults to false if not set. | [optional] |