Skip to main content

FIDOChallenge

If the authentication challenge is of type FIDO, the FIDOChallenge will contain the FIDO challenge parameters that must be passed to the FIDO token to complete authentication.

Properties

NameTypeDescriptionNotes
allow_credentialsList[str]The list of IDs of the FIDO tokens registered for the user. Each value is base-64 encoded.[optional]
challengestrA random challenge. It is a base-64 encoded value.
timeoutintThe number of seconds that the client will wait for the FIDO token to respond.

Example