Skip to main content

UserAuthenticateQueryResponse

Response associated with user authentication query.

Properties

NameTypeDescriptionNotes
authentication_completedboolFlag to indicate if access to the application is allowed with the current JWT.[optional]
authentication_typesList[str]List of authenticator types available for the user.[optional]
authenticator_lockout_statusList[UserAuthenticatorLockoutStatus]A list of all authenticators that the user has with their lockout status.[optional]
available_second_factorList[str]Lists authenticator types available to complete second factor challenge (if enabled).[optional]
device_cert_auth_desiredboolFlag to indicate if the user has to attempt device certificate authentication.[optional]
expiresint[optional]
fido_challengeFIDOChallenge[optional]
grid_challengeGridChallenge[optional]
kba_challengeKbaChallenge[optional]
machine_authenticatorMachineAuthenticator[optional]
organizationsList[Organization]A list of the user organizations.[optional]
otp_delivery_infoOTPDetails[optional]
otp_delivery_typestrThe OTP delivery type used.[optional]
password_reset_allowedboolFlag to indicate if the user can initiate a password reset flow.[optional]
registration_requiredboolFlag to indicate if the user has to register authenticators.[optional]
supports_signatureboolFlag to indicate if the user has a token that supports signature.[optional]
temp_access_code_challengeTempAccessCodeChallenge[optional]
timeint[optional]
tokenstr[optional]
token_challengeTokenChallenge[optional]
token_detailsList[str]For a token or token push authenticator challenge, provides a list of serial numbers of the tokens that can be used to authenticate.[optional]
token_push_mutual_challengestrThe token push authentication mutual challenge.[optional]
user_machine_settingsUserMachineSettings[optional]
verification_requiredboolFlag to indicate if the user has to verify.[optional]

Example