AuthenticatedResponse
Response associated with an authentication request.
Properties
Name | Type | Description | Notes |
---|---|---|---|
authentication_completed | bool | Flag to indicate if authentication has successfully completed. | [optional] |
authenticator_response | bytearray | The authenticator response for MSCHAPv2 | [optional] |
device_cert_auth_desired | bool | Flag to indicate if the user has to attempt device certificate authentication. | [optional] |
expires | int | Expiry time of token. | [optional] |
face_challenge | FaceChallenge | [optional] | |
fido_challenge | FIDOChallenge | [optional] | |
first_name | str | First Name. | [optional] |
grid_challenge | GridChallenge | [optional] | |
kba_challenge | KbaChallenge | [optional] | |
last_name | str | Last Name. | [optional] |
machine_authenticator | MachineAuthenticator | [optional] | |
offline_token_responses | OfflineTokenAuthenticateResponse | [optional] | |
organizations | List[Organization] | A list of the user organizations. | [optional] |
otpdelivery_type | str | The OTP delivery type used. | [optional] |
passthrough_authentication_response | PassthroughAuthenticationResponse | [optional] | |
push_mutual_challenge | str | Push authentication mutual challenge. | [optional] |
redirect_url | str | The redirect URL when using a Magic Link. | [optional] |
smart_login_challenge | str | For a SMART_LOGIN authenticator challenge, provides the challenge. | [optional] |
status | str | Status of authenticator. This is not a required API field if Mobile Smart Credential or Token Push authentication is being used. | [optional] |
step_up_auth_expiry | int | The timeout for step-up authentication | [optional] |
temp_access_code_challenge | TempAccessCodeChallenge | [optional] | |
time | int | [optional] | |
token | str | Authenticated/unauthenticated authorization token. | [optional] |
token_challenge | TokenChallenge | [optional] | |
token_details | List[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_challenge | str | The token push authentication mutual challenge. | [optional] |
transaction_receipt | TransactionReceipt | [optional] | |
user_certificate_challenge | UserCertificateChallenge | [optional] | |
user_id | str | The User ID of the Identity as a Service user that completed authentication. | [optional] |
user_machine_settings | UserMachineSettings | [optional] | |
user_registration_required | bool | Whether the user still requires registration. | [optional] |
user_verification_required | bool | Whether the user still requires verification. | [optional] |