Skip to main content

AuthenticatedResponse

Response associated with an authentication request.

Properties

NameTypeDescriptionNotes
authentication_completedboolFlag to indicate if authentication has successfully completed.[optional]
authenticator_responsebytearray[optional]
device_cert_auth_desiredboolFlag to indicate if the user has to attempt device certificate authentication.[optional]
expiresintExpiry time of token.[optional]
face_challengeFaceChallenge[optional]
fido_challengeFIDOChallenge[optional]
first_namestrFirst Name.[optional]
grid_challengeGridChallenge[optional]
kba_challengeKbaChallenge[optional]
last_namestrLast Name.[optional]
machine_authenticatorMachineAuthenticator[optional]
offline_token_responsesOfflineTokenAuthenticateResponse[optional]
organizationsList[Organization]A list of the user organizations.[optional]
otpdelivery_typestrThe OTP delivery type used.[optional]
redirect_urlstrThe redirect URL when using a Magic Link.[optional]
smart_login_challengestrFor a SMART_LOGIN authenticator challenge, provides the challenge.[optional]
statusstrStatus of authenticator. This is not a required API field if Mobile Smart Credential or Token Push authentication is being used.[optional]
step_up_auth_expiryintThe timeout for step-up authentication[optional]
temp_access_code_challengeTempAccessCodeChallenge[optional]
timeint[optional]
tokenstrAuthenticated/unauthenticated authorization token.[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]
transaction_receiptTransactionReceipt[optional]
user_certificate_challengeUserCertificateChallenge[optional]
user_idstrThe User ID of the Identity as a Service user that completed authentication.[optional]
user_machine_settingsUserMachineSettings[optional]
user_registration_requiredboolWhether the user still requires registration.[optional]
user_verification_requiredboolWhether the user still requires verification.[optional]

Example