Skip to main content

FIDOToken

A FIDOToken defines the information returned about a FIDO Token.

Properties

NameTypeDescriptionNotes
allowedActionsList<AllowedActionsEnum>Administration actions that can be performed on this FIDO token.[optional]
createDateOffsetDateTimeThe date on which the FIDO token was created.[optional]
idStringThe unique UUID assigned to the fido token when it is registered.[optional]
lastUsedDateOffsetDateTimeThe 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]
nameStringThe name of this FIDO token.[optional]
originStringThe origin of where the FIDO token was generated.[optional]
relyingPartyIdStringThe relying party ID of where the FIDO token was generated.[optional]
stateStateEnumThe state of this FIDO token. Only FIDO tokens in the ACTIVE state can be used for authentication.[optional]
userIdStringThe user Id of the user who owns this FIDO token.[optional]
userIdStoredBooleanIndicates if the userId was stored on the FIDO token.[optional]
userUUIDStringThe UUID of the user who owns this FIDO token.[optional]

List<AllowedActionsEnum>

NameValue
DELETE"DELETE"
ENABLE"ENABLE"
DISABLE"DISABLE"
RENAME"RENAME"

StateEnum

NameValue
ACTIVE"ACTIVE"
INACTIVE"INACTIVE"