Skip to main content

FIDOToken

A FIDOToken defines the information returned about a FIDO Token.

Properties

NameTypeDescriptionNotes
AllowedActionsList<FIDOToken.AllowedActionsEnum>Administration actions that can be performed on this FIDO token.[optional]
CreateDateDateTime?The date on which the FIDO token was created.[optional]
IdstringThe unique UUID assigned to the fido token when it is registered.[optional]
LastUsedDateDateTime?The 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]
StatestringThe 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]
UserIdStoredbool?Indicates if the userId was stored on the FIDO token.[optional]
UserUUIDstringThe UUID of the user who owns this FIDO token.[optional]