Skip to main content

FIDOToken

A FIDOToken defines the information returned about a FIDO Token.

Properties

NameTypeDescriptionNotes
allowed_actionsList[str]Administration actions that can be performed on this FIDO token.[optional]
create_datedatetimeThe date on which the FIDO token was created.[optional]
idstrThe unique UUID assigned to the fido token when it is registered.[optional]
last_used_datedatetimeThe date on which this FIDO token was last used for authentication. This value will be null if the FIDO token has never been used.[optional]
namestrThe name of this FIDO token.[optional]
originstrThe origin of where the FIDO token was generated.[optional]
relying_party_idstrThe relying party ID of where the FIDO token was generated.[optional]
statestrThe state of this FIDO token. Only FIDO tokens in the ACTIVE state can be used for authentication.[optional]
user_idstrThe user Id of the user who owns this FIDO token.[optional]
user_id_storedboolIndicates if the userId was stored on the FIDO token.[optional]
user_uuidstrThe UUID of the user who owns this FIDO token.[optional]

Example