FIDORegisterChallenge
A FIDORegisterChallenge defines the information returned when a user starts to register a FIDO token.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Challenge | string | The registration challenge generated by Identity as a Service. This is a base-64 encoded value. | [optional] |
| RegisteredCredentials | List<string> | The IDs of FIDO tokens already registered to this user. These values are base-64 encoded. | [optional] |
| RegisteredCredentialsNames | List<string> | The names of FIDO tokens already registered to this user. | [optional] |
| RegistrationAuthenticatorAttachment | string | Should the token be embedded on the device or stored externally? | [optional] |
| RegistrationRequireResidentKey | string | Should the User ID be stored on the Passkey/FIDO2 token? | [optional] |
| RegistrationUserVerification | string | Should the token perform user verification? | [optional] |
| RpName | string | The name of this relying party. This is the name of the Identity as a Service account. | [optional] |
| Timeout | int? | The number of seconds that the client will wait for the FIDO token to respond. This field is deprecated, use 'timeoutMillis' instead. | [optional] |
| TimeoutMillis | int? | The time in milliseconds that the client will wait for the FIDO token to respond. | [optional] |
| UserDisplayName | string | The display name of this user. It will be 'firstname lastname' of the user | [optional] |
| UserId | string | The id of this user. It will be UUID of the user base-64 encoded. | [optional] |
| UserName | string | The name of this user. It will be the userId of the user. | [optional] |