Improve documentation.
This commit is contained in:
parent
a511f1c56f
commit
1eb83f09d3
@ -5814,8 +5814,8 @@ getPasswordState = PasswordState;
|
|||||||
//@new_recovery_email_address New recovery email address; may be empty
|
//@new_recovery_email_address New recovery email address; may be empty
|
||||||
setPassword old_password:string new_password:string new_hint:string set_recovery_email_address:Bool new_recovery_email_address:string = PasswordState;
|
setPassword old_password:string new_password:string new_hint:string set_recovery_email_address:Bool new_recovery_email_address:string = PasswordState;
|
||||||
|
|
||||||
//@description Changes the login email address of the user. The change will not be applied until the new login email address is confirmed with checkLoginEmailAddressCode.
|
//@description Changes the login email address of the user. The email address can be changed only if the current user already has login email and passwordState.login_email_address_pattern is non-empty.
|
||||||
//-To use Apple ID/Google ID instead of a email address, call checkLoginEmailAddressCode directly
|
//-The change will not be applied until the new login email address is confirmed with checkLoginEmailAddressCode. To use Apple ID/Google ID instead of a email address, call checkLoginEmailAddressCode directly
|
||||||
//@new_login_email_address New login email address
|
//@new_login_email_address New login email address
|
||||||
setLoginEmailAddress new_login_email_address:string = EmailAddressAuthenticationCodeInfo;
|
setLoginEmailAddress new_login_email_address:string = EmailAddressAuthenticationCodeInfo;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user