contact_info property

contact_info property

Information provided by the signer to enable a recipient to contact the signer to verify the signature, e.g. a phone number.

Definition:

@property
def contact_info(self):
    ...
@contact_info.setter
def contact_info(self, value):
    ...

See Also