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