IPWorks Auth 2020 Python Edition

Questions / Feedback?

user_details_birthday Property

This property contains the user's birthday.

Syntax

def get_user_details_birthday() -> str: ...

user_details_birthday = property(get_user_details_birthday, None)

Default Value

""

Remarks

This property contains the user's birthday. The format of the value is YYYY-MM-DD or YYYY. The year may be 0000 to indicate it was omitted.

This property is read-only.

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