/n software 3-D Secure V2 Python Edition

Questions / Feedback?

requestor_name Property

Directory server assigned 3DS Requestor name.

Syntax

def get_requestor_name() -> str: ...
def set_requestor_name(value: str) -> None: ...

requestor_name = property(get_requestor_name, set_requestor_name)

Default Value

""

Remarks

This field contains the 3DS Requestor name as assigned by the directory server. This is sent in the Authentication Request Message (AReq) sent by the component in the send_auth_request method.

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