SecureBlackbox 2020 Python Edition

Questions / Feedback?

auth_info_state Property

Contains a state of the overall authentication process.

Syntax

def get_auth_info_state() -> str: ...

auth_info_state = property(get_auth_info_state, None)

Default Value

""

Remarks

Contains a state of the overall authentication process. Save the content of this property after calling on_start_auth or on_continue_auth to remember the setup of the authenticator control, and pass it to the next on_continue_auth call to resume from the same stage.

This property is read-only.

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