/n software 3-D Secure V2 Python Edition

Questions / Feedback?

client_auth_request Property

The data received by the class to be sent in the authentication request.

Syntax

def get_client_auth_request() -> str: ...
def set_client_auth_request(value: str) -> None: ...

client_auth_request = property(get_client_auth_request, set_client_auth_request)

Default Value

""

Remarks

The 3DS SDK should prepare data to be sent by the 3DS Server class. Set client_auth_request to the data received from the 3DS SDK before calling send_auth_request.

See the 3DS SDK documentation for details on preparing this data.

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