SecureBlackbox 2020 Python Edition

Questions / Feedback?

auth_info_user_id Property

Returns the ID of the user being authenticated, as passed to StartAuth .

Syntax

def get_auth_info_user_id() -> str: ...

auth_info_user_id = property(get_auth_info_user_id, None)

Default Value

""

Remarks

Returns the ID of the user being authenticated, as passed to on_start_auth.

This property is read-only.

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