UserPasswordData
public struct UserPasswordData : Contentextension UserPasswordData: RCFValidatableUsed to change a user’s password. Even when already logged in, users need to provide their current password to set a new password.
Required by: POST /api/v3/user/password
See UserController.passwordHandler(_:data:).
- 
                  
                  The user’s current password. DeclarationSwift var currentPassword: String
- 
                  
                  The user’s desired new password. DeclarationSwift var newPassword: String
- 
                  
                  DeclarationSwift func runValidations(using decoder: ValidatingDecoder) throws
 View on GitHub
            View on GitHub
           UserPasswordData Structure Reference
      UserPasswordData Structure Reference