SetPassword
Object Hierarchy:
Description:
public class SetPassword :
TDObject
Changes the 2-step verification password for the current user. If a new recovery email address is specified, then the change will not be
applied until the new recovery email address is confirmed
Content:
Properties:
- public string new_hint { get; set construct; }
New password hint; may be empty
- public string new_password { get; set construct; }
New 2-step verification password of the user; may be empty to remove
the password
- public string new_recovery_email_address { get; set construct; }
New recovery email address; may be empty
- public string old_password { get; set construct; }
Previous 2-step verification password of the user
- public bool set_recovery_email_address { get; set construct; }
Pass true to change also the recovery email address
Creation methods:
- public SetPassword (string old_password, string new_password, string new_hint, bool set_recovery_email_address, string new_recovery_email_address)
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref