/n software 3-D Secure V2 Python Edition

Questions / Feedback?

client_auth_response Property

The authentication response for an app-based flow.

Syntax

def get_client_auth_response() -> str: ...

client_auth_response = property(get_client_auth_response, None)

Default Value

""

Remarks

This property is populated after calling send_auth_request, and is only applicable for the app-based flow. If a challenge is required, this data should be sent back to the 3DS SDK over the secure channel.

See send_auth_request for more details about handling the response.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Python Edition - Version 2.2 [Build 8318]