IPWorks Auth 2020 Python Edition

Questions / Feedback?

user_details_email_verified Property

This property indicates whether the user's email address has been verified.

Syntax

def get_user_details_email_verified() -> bool: ...

user_details_email_verified = property(get_user_details_email_verified, None)

Default Value

FALSE

Remarks

This property indicates whether the user's email address has been verified. To be considered verified the end-user must prove the email address was under the user's control at the time of verification.

This property is read-only.

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