IPWorks Auth 2020 Python Edition

Questions / Feedback?

shared_secret Property

The RADIUS shared secret.

Syntax

def get_shared_secret() -> bytes: ...
def set_shared_secret(value: bytes) -> None: ...

shared_secret = property(get_shared_secret, set_shared_secret)

Default Value

""

Remarks

This property holds the shared secret to use when communicating with the RADIUS server.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Python Edition - Version 20.0 [Build 8155]