UpdatePasswordOptions constructor

init

Initializes a new instance of the UpdatePasswordOptions class.

def __init__(self, new_password):
    ...
Parameter Type Description
new_password str The new password.

See Also