IPWorks Auth 2020 Python Edition

Questions / Feedback?

user_details_nickname Property

This property holds the casual name of the user.

Syntax

def get_user_details_nickname() -> str: ...

user_details_nickname = property(get_user_details_nickname, None)

Default Value

""

Remarks

This property holds the casual name of the user. This may or may not be the same as user_details_first_name.

This property is read-only.

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