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 | bool? | Flag indicating if the userId was stored on the registered FIDO2 token. Defaults to false if not set. | [optional] |