IPWorks Auth 2020 Python Edition

Questions / Feedback?

assertion_version Property

The version of the assertion.

Syntax

def get_assertion_version() -> int: ...
def set_assertion_version(value: int) -> None: ...

assertion_version = property(get_assertion_version, set_assertion_version)

Default Value

0

Remarks

This property specifies the version of the assertion. This may be set before calling get_assertion. This will be populated after calling parse_assertion. Possible values are:

0 (svSAMLv11 - default) SAML version 1.1
1 (svSAMLv20) SAML version 2.0

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