Skip to main content

FIDORegisterChallenge

A FIDORegisterChallenge defines the information returned when a user starts to register a FIDO token.

Properties

NameTypeDescriptionNotes
ChallengestringThe registration challenge generated by Identity as a Service. This is a base-64 encoded value.[optional]
RegisteredCredentialsList<string>The IDs of FIDO tokens already registered to this user. These values are base-64 encoded.[optional]
RegistrationAuthenticatorAttachmentstringShould the token be embedded on the device or stored externally?[optional]
RegistrationRequireResidentKeystringShould the User ID be stored on the Passkey/FIDO2 token?[optional]
RegistrationUserVerificationstringShould the token perform user verification?[optional]
RpNamestringThe name of this relying party. This is the name of the Identity as a Service account.[optional]
Timeoutint?The time in seconds that the client will wait for the FIDO token to respond.[optional]
UserDisplayNamestringThe display name of this user. It will be 'firstname lastname' of the user[optional]
UserIdstringThe id of this user. It will be UUID of the user base-64 encoded.[optional]
UserNamestringThe name of this user. It will be the userId of the user.[optional]