IPWorks Auth 2020 Python Edition

Questions / Feedback?

spn Property

The Service Principal Name (SPN).

Syntax

def get_spn() -> str: ...
def set_spn(value: str) -> None: ...

spn = property(get_spn, set_spn)

Default Value

""

Remarks

This property specifies the Service Principal Name (SPN). This must be set before calling authenticate.

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