Skip to main content

FIDORegisterResponse

FIDORegisterResponse defines the information returned from a FIDO token to complete registration.

Properties

NameTypeDescriptionNotes
attestation_objectstrThe FIDO attestationObject data returned from the FIDO token. This is a base-64 encoded value.[optional]
client_data_jsonstrThe FIDO clientData returned from the FIDO token. This is a base-64 encoded value.[optional]
namestrThe name for the new FIDO token.[optional]
user_id_storedboolFlag indicating if the userId was stored on the registered FIDO2 token. Defaults to false if not set.[optional]

Example