Skip to main content

FIDORegisterResponse

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

Properties

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